Uses of Class
org.eclipse.collections.impl.parallel.ParallelIterate.SumByIntProcedure
-
Packages that use ParallelIterate.SumByIntProcedure Package Description org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers. -
-
Uses of ParallelIterate.SumByIntProcedure in org.eclipse.collections.impl.parallel
Methods in org.eclipse.collections.impl.parallel that return ParallelIterate.SumByIntProcedure Modifier and Type Method Description ParallelIterate.SumByIntProcedure<T,V>
ParallelIterate.SumByIntProcedure. create()
Methods in org.eclipse.collections.impl.parallel with parameters of type ParallelIterate.SumByIntProcedure Modifier and Type Method Description void
ParallelIterate.SumByIntCombiner. combineOne(ParallelIterate.SumByIntProcedure<T,V> thingToCombine)
-