public final class Streams extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Stream<T> |
from(Iterable<T> iterable) |
static <T> Stream<T> |
from(Iterable<T> iterable,
boolean parallel) |
static <T> Stream<T> |
from(Iterator<T> iterator) |
static <T> Stream<T> |
from(Iterator<T> iterator,
boolean parallel) |
Copyright © 2015. All rights reserved.