• Applies the function with Lazy.

    Type Parameters

    • T1

    • U1

    Parameters

    • fn: Lazy.Lazy<((t) => U1)>

      The function to be applied.

    Returns ((t) => Lazy.Lazy<U1>)

    The applied Lazy.

Generated using TypeDoc