lazyOf

fun <T> lazyOf(value: T): Lazy<T>(source)

Creates a new instance of the Lazy that is already initialized with the specified value.

Since Kotlin

1.0