• Maps and flattens the continuation with mapper.

    Type Parameters

    • R

    • M

    • A

    • B

    Parameters

    • mapper: ((a) => ContT<R, M, B>)

      The function to be mapped.

        • (a): ContT<R, M, B>
        • Parameters

          • a: A

          Returns ContT<R, M, B>

    Returns ((cont) => ContT<R, M, B>)

    The mapped function for ContT.

Generated using TypeDoc