ComputedStreamExtension<T> extension

on

Properties

asBroadcastStream Stream<T>
Returns the result of the computation as a broadcast Stream.
no setter
asStream Stream<T>
Returns the result of the computation as a Stream.
no setter