• Completely thaws a lazy value, until it returns something that is evaluated. For obvious reasons, this function may cause an infinite loop.

    Parameters

    • aLazyValue: Lazy<any>

      the value to thaw

    Returns void