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 <E extends Exception> |
create() |
static <T,E extends Exception> |
create(IIterable<T,E> input) |
static <T,E extends Exception> |
create(Iterable<T> input) |
static <T,E extends Exception> |
create(T[] input) |
static Streams.Builder<RuntimeException> |
of() |
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> create()
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)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.