• Applies the reader r to the reader s with composing the record type. The weaker variant of apply.

    Type Parameters

    • A

    • B

    • R

    Parameters

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

      The reader with record R and computation about the function (a: A) => B.

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

    The applied reader with composed record type R & S.

Generated using TypeDoc