StreamComputedExtension<T> extension
- on
-
- Stream<
T>
- Stream<
Properties
Methods
-
prevOr(
T or) → T -
As prev, but returns
or
instead of throwing NoValueException. -
react(
void onData(T), [Function? onError]) → void - Subscribes to this stream in a non-memoized manner.
-
useOr(
T value) → T -
As use, but returns
value
instead of throwing NoValueException.