asLazy

fun <T> Supplier<T>.asLazy(): Lazy<T>(source)

Returns the given supplier as a Lazy.