Companion

Functions

Link copied to clipboard
fun <P : Provider<T>, T> lazy(provider: P): Lazy<T>

Returns a Lazy that caches the value from the given provider.

Link copied to clipboard
fun <P : Provider<T>, T> provider(delegate: P): Provider<T>

Returns a Provider that caches the value from the given delegate provider.