java.io.Serializable, java.util.function.Consumer<T>, Procedure<T>public class SumOfByteProcedure<T> extends java.lang.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 |
|---|---|
SumOfByteProcedure(ByteFunction<? super T> function) |
| Modifier and Type | Method | Description |
|---|---|---|
byte |
getResult() |
|
void |
value(T each) |
Copyright © 2004–2017. All rights reserved.