Class ParallelIterate.SumByBigIntegerProcedure<T,V>
java.lang.Object
org.eclipse.collections.impl.parallel.ParallelIterate.SumByBigIntegerProcedure<T,V>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
,ProcedureFactory<ParallelIterate.SumByBigIntegerProcedure<T,
V>>
- Enclosing class:
ParallelIterate
private static final class ParallelIterate.SumByBigIntegerProcedure<T,V>
extends Object
implements Procedure<T>, ProcedureFactory<ParallelIterate.SumByBigIntegerProcedure<T,V>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Function
<? super T, BigInteger> private final MutableMap
<V, BigInteger> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SumByBigIntegerProcedure
(Function<? super T, ? extends V> groupBy, Function<? super T, BigInteger> function) -
Method Summary