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