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>
Emits the given constant value on the output Stream every time the source Stream emits a value.