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