Serializable
, Consumer<T>
, Procedure<T>
public class SumOfCharProcedure<T> extends Object implements 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 | Description |
---|---|
SumOfCharProcedure(CharFunction<? super T> function) |
Copyright © 2004–2019. All rights reserved.