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