Iterable<T>
just use once
private final Stream<T>
stream
StreamIterable(Stream<T> stream)
void
forEach(Consumer<? super T> action)
Iterator<T>
iterator()
Spliterator<T>
spliterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
iterator
forEach
spliterator