public class Streams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Streams.Builder<E extends Exception> |
static class |
Streams.From<E extends Exception> |
| Constructor and Description |
|---|
Streams() |
| Modifier and Type | Method and Description |
|---|---|
static Streams.Builder<RuntimeException> |
of() |
static <E extends Exception> |
of(Class<E> exceptionClass) |
static <T,E extends Exception> |
of(Class<E> exceptionClass,
IIterable<T,E> input) |
static <T,E extends Exception> |
of(Class<E> exceptionClass,
Iterable<T> input) |
static <T,E extends Exception> |
of(Class<E> exceptionClass,
Iterator<T> iterator) |
static <T,E extends Exception> |
of(Class<E> exceptionClass,
T[] input) |
static IStream<Double,RuntimeException> |
of(double[] input) |
static <T> IStream<T,RuntimeException> |
of(IIterable<T,RuntimeException> input) |
static IStream<Integer,RuntimeException> |
of(int[] input) |
static <T> IStream<T,RuntimeException> |
of(Iterable<T> input) |
static <T> IStream<T,RuntimeException> |
of(T[] input) |
public static Streams.Builder<RuntimeException> of()
public static <E extends Exception> Streams.Builder<E> of(Class<E> exceptionClass)
public static <T> IStream<T,RuntimeException> of(IIterable<T,RuntimeException> input)
public static <T> IStream<T,RuntimeException> of(Iterable<T> input)
public static <T> IStream<T,RuntimeException> of(T[] input)
public static IStream<Integer,RuntimeException> of(int[] input)
public static IStream<Double,RuntimeException> of(double[] input)
public static <T,E extends Exception> IStream<T,E> of(Class<E> exceptionClass, IIterable<T,E> input)
public static <T,E extends Exception> IStream<T,E> of(Class<E> exceptionClass, Iterable<T> input)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.