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> - Prepends a sequence of values to the source Stream.