LazyProperty

open class LazyProperty<T>(spec: Spec, thunk: (config: ItemContainer) -> T, name: String?, description: String, nullable: Boolean) : PropertyDelegateProvider<Any?, ReadOnlyProperty<Any?, LazyItem<T>>>

Functions

provideDelegate
Link copied to clipboard
open operator override fun provideDelegate(thisRef: Any?, property: KProperty<*>): ReadOnlyProperty<Any?, LazyItem<T>>

Sources

jvm source
Link copied to clipboard