Function select

  • 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

    Type Parameters

    • T

    • R

    Parameters

    • project: UnaryFunction<T, R>

      a projection function (value: T) => R

    Returns OperatorFunction<T, R>

Generated using TypeDoc