java.lang.Object
net.anwiba.commons.lang.stream.Streams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classStreams.Builder<E extends Exception>static classStreams.From<E extends Exception> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Streams.From<RuntimeException>from(int value) static <E extends Exception>
Streams.From<E>static <T> IStream<T,RuntimeException> of()static IStream<Double,RuntimeException> of(double[] input) static IStream<Double,RuntimeException> of(float[] input) static IStream<Integer,RuntimeException> of(int[] input) of(Class<E> exceptionClass, Iterable<T> input, ICloseable<E> closeable) of(Class<E> exceptionClass, Enumeration<T> input) of(Class<E> exceptionClass, IClosableIterator<T, E> input) of(Class<E> exceptionClass, IIterable<T, E> input, ICloseable<E> closeable) static <T> IStream<T,RuntimeException> static <T> IStream<T,RuntimeException> static <T> IStream<T,RuntimeException> of(Enumeration<T> input) static <T> IStream<T,RuntimeException> of(IClosableIterator<T, RuntimeException> input) static <T> IStream<T,RuntimeException> of(IIterable<T, RuntimeException> input) static <T> IStream<T,RuntimeException> of(T[] input) static IStream<Integer,RuntimeException> until(int value)
-
Constructor Details
-
Streams
public Streams()
-
-
Method Details
-
from
-
from
-
until
-
until
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
-
of
public static <T,E extends Exception> IStream<T,E> of(Class<E> exceptionClass, IClosableIterator<T, E> input) -
of
-
of
public static <T,E extends Exception> IStream<T,E> of(Class<E> exceptionClass, IIterable<T, E> input, ICloseable<E> closeable) -
of
-
of
public static <T,E extends Exception> IStream<T,E> of(Class<E> exceptionClass, Iterable<T> input, ICloseable<E> closeable) -
of
-
of
public static <T,E extends Exception> IStream<T,E> of(Class<E> exceptionClass, Enumeration<T> input) -
of
-