StreamExtensions<T> extension
- on
-
- Stream<
T>
- Stream<
Methods
-
delay(
Duration duration) → Stream< T> -
Available on Stream<
Adds a delay before starting to emit valuesT> , provided by the StreamExtensions extension -
fallback(
T fallbackValue) → Stream< T> -
Available on Stream<
Transforms a stream with a fallback value in case of errorsT> , provided by the StreamExtensions extension