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