• Maps and flattens the computation A into Reader<R & S, B> by f. The weaker variant of flatMap.

    Type Parameters

    • A

    • B

    • R

    Parameters

    • f: ((a) => Reader<R, B>)

      The process returns Reader.

    Returns (<S>(r) => Reader<R & S, B>)

    The mapped reader.

Generated using TypeDoc