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