Skip to main

mapTo

mapTo

Signature - source.ts#L1583

function mapTo<U>(value: U): <T>(source: Source<T>) => Source<U>

Replaces the value of each received Push event with the given value.

Parameters

ParameterTypeDescription
value
U

The value to push.