Returns the result of the computation as a Stream.
Stream<T> get asStream => ComputedStreamExtensionImpl<T>(this).asStream;