public interface IAccumulator<T,O,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
O |
add(O identity,
T value) |
default IAccumulator<T,O,E> |
then(IFunction<? super O,? extends O,E> after) |
Copyright © 2007–2017 Andreas Bartels. All rights reserved.