public class StreamHelper extends Object
| Constructor and Description |
|---|
StreamHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Stream<T> |
nullableStreamOf(Collection<T> nullableCollection) |
static <T> Stream<T> |
nullableStreamOf(Iterable<T> nullableIterable) |
public static <T> Stream<T> nullableStreamOf(Collection<T> nullableCollection)
Copyright © 2014–2016. All rights reserved.