kotlin-stdlib / kotlin / lazyOf lazyOf Common JVM JS Native 1.0 fun <T> lazyOf(value: T): Lazy<T>(source) Creates a new instance of the Lazy that is already initialized with the specified value.