• Force to evaluate the value of Lazy, by calling the contained function, or returns the cached value.

    Type Parameters

    • L

    Parameters

    • lazy: Lazy.Lazy<L>

      The instance of Lazy.

    Returns L

    The evaluated value.

Generated using TypeDoc