Uses of Interface
io.netty.util.concurrent.MpscAtomicIntegerArrayQueue.IntBinaryOperator
Packages that use MpscAtomicIntegerArrayQueue.IntBinaryOperator
-
Uses of MpscAtomicIntegerArrayQueue.IntBinaryOperator in io.netty.util.concurrent
Methods in io.netty.util.concurrent with parameters of type MpscAtomicIntegerArrayQueue.IntBinaryOperatorModifier and TypeMethodDescriptionintMpscAtomicIntegerArrayQueue.weakPeekReduce(int limit, int initial, MpscAtomicIntegerArrayQueue.IntBinaryOperator op) Peek at all available elements and compute a reduction.