StreamSplitter<T> constructor

StreamSplitter<T>(Stream<T> _stream)

Implementation

StreamSplitter(this._stream);