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> void
ParallelExecutor. conditionalForEach(boolean conditionToParallelize, Iterable<T> iterable, IterationBody<T> body)
<T> void
ParallelExecutor. forEach(Iterable<T> iterable, IterationBody<T> body)
Runs a "foreach" loop in parallel.
-