stream property

Stream<R> stream

Implementation

Stream<R> get stream {
  return _subject.stream;
}