getStream method

Stream<int> getStream()

Implementation

Stream<int> getStream() {
  return _stream.stream;
}