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> - Returns a Stream that emits all items from the current Stream, then emits all items from the given streams, one after the next.