fallbackStream property

Stream<S> fallbackStream
final

The Stream which will be used as fallback, if the source Stream is empty.

Implementation

final Stream<S> fallbackStream;