public class StreamUtil extends Object
static <T> Stream<T>
stream(Iterable<T> iterable)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> Stream<T> stream(@CheckForNull Iterable<T> iterable)