asStream method

Stream<T> asStream()

Returns itself with the Stream type useful when you don't want the ValueStream type.

Implementation

Stream<T> asStream() => this;