asStream property

Stream<T> get asStream

Returns the result of the computation as a Stream.

Implementation

Stream<T> get asStream => ComputedStreamExtensionImpl<T>(this).asStream;