| Constructor and Description |
|---|
StreamFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Iterable<T> |
iterable(Stream<T> stream)
|
static <T> Stream<T> |
parallelStream(Iterable<T> iterable)
|
static <T> Stream<T> |
parallelStream(Iterator<T> iterator)
|
static <T> Stream<T> |
stream(Iterable<T> iterable)
|
static <T> Stream<T> |
stream(Iterator<T> iterator)
|
static <T> Stream<T> |
stream(T t) |
public static <T> Stream<T> stream(T t)
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.