All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static <E extends Exception> Streams.Builder<E> |
create() |
static <T,E extends Exception> IStream<T,E> |
create(IIterable<T,E> input) |
static <T,E extends Exception> IStream<T,E> |
create(Iterable<T> input) |
static <T,E extends Exception> IStream<T,E> |
create(T[] input) |
static Streams.Builder<RuntimeException> |
of() |
static <T> IStream<T,RuntimeException> |
of(IIterable<T,RuntimeException> input) |
static <T> IStream<T,RuntimeException> |
of(Iterable<T> input) |
static <T> IStream<T,RuntimeException> |
of(T[] input) |