otherStream property

Stream<T> otherStream
final

The Stream which closes this Stream as soon as it emits an event.

Implementation

final Stream<T> otherStream;