• Maps the function onto Lazy.

    Type Parameters

    • A

    • B

    Parameters

    • fn: ((a) => B)

      The function to be mapped.

        • (a): B
        • Parameters

          • a: A

          Returns B

    Returns ((lazy) => Lazy.Lazy<B>)

    The function on Lazy.

Generated using TypeDoc