Package org.jctools.queues.alt
Interface ProducerFunction<E>
-
public interface ProducerFunction<E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
produce()
-
-
-
Method Detail
-
produce
E produce()
- Returns:
- null values are not allowed
-
-