<O> IStream<O,E> |
IStream.convert(IConverter<T,O,E> funtion) |
static <T,E extends Exception> IStream<T,E> |
Streams.create(IIterable<T,E> input) |
static <T,E extends Exception> IStream<T,E> |
Streams.create(Iterable<T> input) |
static <T,E extends Exception> IStream<T,E> |
Streams.create(T[] input) |
IStream<T,E> |
IStream.distinct() |
IStream<T,E> |
IStream.filter(IAcceptor<T> funtion) |
static <T> IStream<T,RuntimeException> |
Streams.of(IIterable<T,RuntimeException> input) |
static <T> IStream<T,RuntimeException> |
Streams.of(Iterable<T> input) |
static <T> IStream<T,RuntimeException> |
Streams.of(T[] input) |