@FunctionalInterface public interface IAggregator<I,V,O,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
O |
aggregate(I value,
V other) |
default IAggregator<I,V,O,E> |
then(IFunction<? super O,? extends O,E> after) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.