MapToExtension<S> extension

Extends the Stream class with the ability to convert each item to the same value.

on

Methods

mapTo<T>(T value) Stream<T>

Available on Stream<S>, provided by the MapToExtension extension

Emits the given constant value on the output Stream every time the source Stream emits a value.