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>
Prepends a value to the source Stream.