StreamView<T> constructor

const StreamView<T>(
  1. Stream<T> stream
)

Implementation

const StreamView(Stream<T> stream) : _stream = stream;