Class SumOfByteProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.SumOfByteProcedure<T>
- All Implemented Interfaces:
Serializable,Consumer<T>,Procedure<T>
Implementation of
Procedure that holds on to the summation of elements seen so far,
determined by the Function.
This file was automatically generated from template file sumOfPrimitiveProcedure.stg.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ByteFunction<? super T> protected byteprivate static final long -
Constructor Summary
Constructors -
Method Summary