• Creates a [Lazy] based on a synchronous callback.

    Type Parameters

    • T

    Parameters

    • callback: LazyValueCallback<T>

      the callback that computes a value.

    Returns Lazy<T>

Generated using TypeDoc