Class SumOfIntProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.SumOfIntProcedure<T>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
public class SumOfIntProcedure<T> extends Object implements Procedure<T>
Implementation of
Procedure
that holds on to the summation of elements seen so far,
determined by the Function
.- See Also:
- Serialized Form