StartWithExtension<T>  extension 
 
Extends the Stream class with the ability to emit the given value as the first item.
- on
- 
          - Stream<T> 
 
- Stream<
Methods
- 
  startWith(T startValue) → Stream< T> 
- 
      Available on Stream< Prepends a value to the source Stream.T> , provided by the StartWithExtension extension