Uses of Interface
dev.nm.misc.parallel.IterationBody
-
Packages that use IterationBody Package Description dev.nm.misc.parallel -
-
Uses of IterationBody in dev.nm.misc.parallel
Methods in dev.nm.misc.parallel with parameters of type IterationBody Modifier and Type Method Description <T> voidParallelExecutor. conditionalForEach(boolean conditionToParallelize, Iterable<T> iterable, IterationBody<T> body)<T> voidParallelExecutor. forEach(Iterable<T> iterable, IterationBody<T> body)Runs a "foreach" loop in parallel.
-