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>
Starts emitting items only after the given stream emits an item.