SkipUntilStreamTransformer<S, T> constructor
SkipUntilStreamTransformer<S, T> (
- Stream<
T> otherStream
Constructs a StreamTransformer which starts emitting events
only after otherStream
emits an event.
Implementation
SkipUntilStreamTransformer(this.otherStream);