Class SumOfShortProcedure<T>
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.SumOfShortProcedure<T>
-
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
public class SumOfShortProcedure<T> extends Object implements Procedure<T>
Implementation ofProcedurethat holds on to the summation of elements seen so far, determined by theFunction. This file was automatically generated from template file sumOfPrimitiveProcedure.stg.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SumOfShortProcedure(ShortFunction<? super T> function)
-