ComputedStreamExtension<T> extension
- on
-
- Computed<
T>
- Computed<
Properties
-
asBroadcastStream
→ Stream<
T> -
Available on Computed<
Returns the result of the computation as a broadcast Stream.T> , provided by the ComputedStreamExtension extensionno setter -
asStream
→ Stream<
T> -
Available on Computed<
Returns the result of the computation as a Stream.T> , provided by the ComputedStreamExtension extensionno setter