StartWithExtension<T> extension

Extends the Stream class with the ability to emit the given value as the first item.

on

Methods

startWith(T startValue) Stream<T>

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

Prepends a value to the source Stream.