SkipUntilExtension<T> extension

Extends the Stream class with the ability to skip events until another Stream emits an item.

on

Methods

skipUntil<S>(Stream<S> otherStream) Stream<T>

Available on Stream<T>, provided by the SkipUntilExtension extension

Starts emitting items only after the given stream emits an item.