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