public class Streams extends Object
| Constructor and Description |
|---|
Streams() |
| Modifier and Type | Method and Description |
|---|---|
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 <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) |
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)
Copyright © 2007–2017 Andreas Bartels. All rights reserved.