Function map

  • Maps a the passed value with a projection function.

    Type Parameters

    • I
    • O

    Parameters

    • mapFunction: (value: I) => O

    Returns Operator<I, O>