otherStream property

Stream<T> otherStream
final

The Stream which is required to emit first, before this Stream starts emitting

Implementation

final Stream<T> otherStream;