| Package | Description |
|---|---|
| net.anwiba.commons.lang.functional | |
| net.anwiba.commons.lang.stream |
| Modifier and Type | Method and Description |
|---|---|
default IAggregator<I,V,O,E> |
IAggregator.then(IFunction<? super O,? extends O,E> after) |
| Modifier and Type | Method and Description |
|---|---|
default <R> R |
IIterable.aggregate(R identity,
IAggregator<R,O,R,E> adder) |
| Modifier and Type | Method and Description |
|---|---|
<O> IOptional<O,E> |
IStream.aggregate(O inital,
IAggregator<O,T,O,E> accumulator) |
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.