LazyConfigProperty

open class LazyConfigProperty<T>(config: Config, thunk: (config: ItemContainer) -> T, prefix: String, name: String?, description: String, nullable: Boolean) : PropertyDelegateProvider<Any?, ReadWriteProperty<Any?, T>>

Functions

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

Sources

jvm source
Link copied to clipboard