StreamIterator<T> constructor

StreamIterator<T>(
  1. Stream<T> stream
)

Create a StreamIterator on stream.

Implementation

factory StreamIterator