Uses of Interface
pabeles.concurrency.IntRangeObjectConsumer
-
Uses of IntRangeObjectConsumer in pabeles.concurrency
Modifier and TypeMethodDescriptionstatic <T> void
ConcurrencyOps.loopBlocks
(int start, int endExclusive, int minBlock, GrowArray<T> workspace, IntRangeObjectConsumer<T> consumer) Splits the range of values up into blocks.static <T> void
ConcurrencyOps.loopBlocks
(int start, int endExclusive, GrowArray<T> workspace, IntRangeObjectConsumer<T> consumer) Splits the range of values up into blocks.ModifierConstructorDescriptionIntRangeObjectTask
(int step, int min, int max, int stepLength, GrowArray<T> workspace, IntRangeObjectConsumer<T> consumer) IntRangeObjectTask
(int min, int max, int stepLength, GrowArray<T> workspace, IntRangeObjectConsumer<T> consumer)