StartWithManyExtension<T> extension

Extends the Stream class with the ability to emit the given values as the first items.

on

Methods

startWithMany(List<T> startValues) Stream<T>
Prepends a sequence of values to the source Stream.