Package org.jctools.queues.alt
Interface ConsumerFunction<E>
-
public interface ConsumerFunction<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consume(E e)
-
-
-
Method Detail
-
consume
void consume(E e)
- Parameters:
e
- not null
-
-