Uses of Interface
io.netty.util.IntConsumer
Packages that use IntConsumer
-
Uses of IntConsumer in io.netty.util.concurrent
Methods in io.netty.util.concurrent with parameters of type IntConsumerModifier and TypeMethodDescriptionintMpscAtomicIntegerArrayQueue.drain(int limit, IntConsumer consumer) intMpscIntQueue.drain(int limit, IntConsumer consumer) Remove up to the given limit of elements from the queue, and pass them to the consumer in order.