Uses of Interface
pabeles.concurrency.IntRangeObjectConsumer
Packages that use IntRangeObjectConsumer
-
Uses of IntRangeObjectConsumer in pabeles.concurrency
Methods in pabeles.concurrency with parameters of type IntRangeObjectConsumerModifier 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.Constructors in pabeles.concurrency with parameters of type IntRangeObjectConsumerModifierConstructorDescriptionIntRangeObjectTask
(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)