SettingDelegate

open class SettingDelegate<T>(var prefix: String, val default: T)

Delegates to a setting.

See also

Constructors

Link copied to clipboard
fun <T> SettingDelegate(prefix: String, default: T)

Functions

Link copied to clipboard
open operator fun getValue(thisRef: Any?, property: KProperty<*>): T
Link copied to clipboard
open operator fun setValue(thisRef: Any?, property: KProperty<*>, value: T)

Properties

Link copied to clipboard
val default: T
Link copied to clipboard

Inheritors

Link copied to clipboard