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>

Available on Stream<T>, provided by the StartWithManyExtension extension

Prepends a sequence of values to the source Stream.