public class SumOfShortProcedure<T> extends Object implements org.eclipse.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.| Constructor and Description |
|---|
SumOfShortProcedure(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T> function) |
public SumOfShortProcedure(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T> function)
Copyright © 2004–2017. All rights reserved.