ComputedStreamExtension<T> extension

on

Properties

asBroadcastStream Stream<T>

Available on Computed<T>, provided by the ComputedStreamExtension extension

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

Available on Computed<T>, provided by the ComputedStreamExtension extension

Returns the result of the computation as a Stream.
no setter