A mapping operator that only emits when the next value changes
an observable which value will be the return value of the projection function
a projection function (value: T) => R
(value: T) => R
Generated using TypeDoc
A mapping operator that only emits when the next value changes
Returns
an observable which value will be the return value of the projection function