StartWithStreamTransformer<S> constructor

StartWithStreamTransformer<S>(
  1. S startValue
)

Constructs a StreamTransformer which prepends the source Stream with startValue.

Implementation

StartWithStreamTransformer(this.startValue);