lazy

fun <P : Provider<T>, T : Any> lazy(provider: P): Lazy<T>(source)

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