• Creates a new mapping object.

    Type Parameters

    • A

    • T

    Parameters

    • mapper: ((msg) => T)

      A function that maps from A to T.

        • (msg): T
        • Parameters

          • msg: A

          Returns T

    Returns ((dom) => Map<T>)

    The new mapping object.

      • (dom): Map<T>
      • Parameters

        Returns Map<T>

Generated using TypeDoc