StartWithManyExtension<T>  extension 
 
Extends the Stream class with the ability to emit the given values as the first items.
- on
- 
          - Stream<T> 
 
- Stream<
Methods
- 
  startWithMany(List< T> startValues) → Stream<T> 
- 
      Available on Stream< Prepends a sequence of values to the source Stream.T> , provided by the StartWithManyExtension extension