CfgValueInterface

Properties

Link copied to clipboard
abstract val isSet: Boolean
Link copied to clipboard
abstract val options: MutableMap<String, String>?

Functions

Link copied to clipboard
abstract fun get(): T?
Link copied to clipboard
abstract fun getOrDefault(): T?
Link copied to clipboard
abstract fun set(newValue: T?)
Link copied to clipboard
abstract fun update(newValue: CfgValueInterface<T>)