| 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> aggregator) |
<O> IOptional<O,E> |
FailedStream.aggregate(O inital,
IAggregator<O,T,O,E> aggregator) |
<O> IStream<O,E> |
IStream.convert(IAggregator<Integer,T,O,E> aggregator) |
<O> IStream<O,E> |
FailedStream.convert(IAggregator<Integer,T,O,E> aggregator) |
| Constructor and Description |
|---|
IterableCountingIterable(IIterable<I,E> input,
IAcceptor<I> acceptor,
IAggregator<Integer,I,O,E> aggegator) |
IteratorCountingIterator(IIterator<I,E> input,
IAcceptor<I> acceptor,
IAggregator<Integer,I,O,E> aggegator) |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.