IgnoreElementsExtension<T> extension
Extends the Stream class with the ability to skip, or ignore, data events.
- on
-
- Stream<
T>
- Stream<
Methods
-
ignoreElements(
) → Stream< Never> -
Available on Stream<
Creates a Stream where all emitted items are ignored, only the error / completed notifications are passedT> , provided by the IgnoreElementsExtension extension