| Package | Description |
|---|---|
| net.anwiba.commons.lang.stream |
| Modifier and Type | Method and Description |
|---|---|
<O> IStream<O,E> |
IStream.convert(IConverter<T,O,E> funtion) |
static <T,E extends Exception> |
Streams.create(Iterable<T> input) |
static <T,E extends Exception> |
Streams.create(T[] input) |
IStream<T,E> |
IStream.distinct() |
IStream<T,E> |
IStream.filter(IAcceptor<T> funtion) |
Copyright © 2007–2016 Andreas Bartels. All rights reserved.