ConcatExtensions<T>  extension 
 
Extends the Stream class with the ability to concatenate one stream with another.
- on
- 
          - Stream<T> 
 
- Stream<
Methods
- 
  concatWith(Iterable< Stream< other) → Stream<T> >T> 
- 
      Available on Stream< Returns a Stream that emits all items from the current Stream, then emits all items from the given streams, one after the next.T> , provided by the ConcatExtensions extension