• Thaws a lazy value, by computing its internal function. If the value has already been computed (i.e is not frozen), the function is not evaluated a second time. If the result of the evaluation is still a frozen value, the internal function is replaced by the new one, and no result is created.

    Parameters

    • aLazyValue: Lazy<any>

      the value to thaw

    Returns void