SkipUntilExtension<T> extension
Extends the Stream class with the ability to skip events until another Stream emits an item.
- on
-
- Stream<
T>
- Stream<
Methods
-
skipUntil<
S> (Stream< S> otherStream) → Stream<T> -
Available on Stream<
Starts emitting items only after the given stream emits an item.T> , provided by the SkipUntilExtension extension