StartWithStreamTransformer<S> constructor
StartWithStreamTransformer<S> (
- S startValue
Constructs a StreamTransformer which prepends the source Stream
with startValue
.
Implementation
StartWithStreamTransformer(this.startValue);