| Package | Description |
|---|---|
| net.anwiba.commons.lang.functional | |
| net.anwiba.commons.lang.stream |
| Modifier and Type | Method and Description |
|---|---|
default IIterable<O,E> |
IIterable.iterable(IAcceptor<O> acceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
IterableConvertingIterable<I,O,E extends Exception> |
class |
IterableCountingIterable<I,O,E extends Exception> |
class |
IterableFilteringIterable<T,E extends Exception> |
class |
IterableFlattingIterable<I,O,E extends Exception> |
class |
JavaUtilIterableFilteringIterable<T,E extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
Streams.of(Class<E> exceptionClass,
IIterable<T,E> input) |
static <T> IStream<T,RuntimeException> |
Streams.of(IIterable<T,RuntimeException> input) |
| Constructor and Description |
|---|
IterableConvertingIterable(IIterable<I,E> input,
IAcceptor<I> acceptor,
IConverter<I,O,E> converter) |
IterableCountingIterable(IIterable<I,E> input,
IAcceptor<I> acceptor,
IAggregator<Integer,I,O,E> aggegator) |
IterableFilteringIterable(IIterable<T,E> input,
IAcceptor<T> acceptor) |
IterableFlattingIterable(IIterable<I,E> input,
IAcceptor<I> acceptor,
IConverter<I,Iterable<O>,E> converter) |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.