public class SumOfShortProcedure<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.
This file was automatically generated from template file sumOfPrimitiveProcedure.stg.| Modifier and Type | Field and Description |
|---|---|
protected com.gs.collections.api.block.function.primitive.ShortFunction<? super T> |
function |
protected short |
result |
| Constructor and Description |
|---|
SumOfShortProcedure(com.gs.collections.api.block.function.primitive.ShortFunction<? super T> function) |