Function map

  • Maps a the passed value with a projection function.

    Type Parameters

    • I

    • O

    Parameters

    • mapFunction: ((value) => O)
        • (value): O
        • Parameters

          • value: I

          Returns O

    Returns Operator<I, O>

Generated using TypeDoc