public class DoReduce<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
by(BinaryOperator<T> accumulator) |
T |
by(T identity,
BinaryOperator<T> accumulator) |
public Optional<T> by(BinaryOperator<T> accumulator)
public T by(T identity, BinaryOperator<T> accumulator)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.