TakeUntilStreamTransformer<S, T> constructor
TakeUntilStreamTransformer<S, T> (
- Stream<
T> otherStream
Constructs a StreamTransformer which emits events from the source Stream,
until otherStream
fires.
Implementation
TakeUntilStreamTransformer(this.otherStream);