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