• Applies the function returned by the computation sMap.

    Type Parameters

    • S

    • A

    • B

    Parameters

    • sMap: State<S, ((a) => B)>

      The computation returns the function to map.

    Returns ((s) => State<S, B>)

    The applied computation.

Generated using TypeDoc