Lazy<T>: T | LazyValueCallback<T>

Types a value that either needs to be computed or has been computed already.

Type Parameters

  • T

Generated using TypeDoc