public class SumOfLongProcedure<T>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
Procedure that holds on to the summation of elements seen so far,
determined by the Function.| Constructor and Description |
|---|
SumOfLongProcedure(com.gs.collections.api.block.function.primitive.LongFunction<? super T> function) |
public SumOfLongProcedure(com.gs.collections.api.block.function.primitive.LongFunction<? super T> function)