Lazy Property
open class LazyProperty<T>(spec: Spec, thunk: (config: ItemContainer) -> T, name: String?, description: String, nullable: Boolean) : PropertyDelegateProvider<Any?, ReadOnlyProperty<Any?, LazyItem<T>>>
Content copied to clipboard
Functions
provideDelegate
Link copied to clipboard
open operator override fun provideDelegate(thisRef: Any?, property: KProperty<*>): ReadOnlyProperty<Any?, LazyItem<T>>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard