CompoundParamDelegate

class CompoundParamDelegate<T : CompoundParam<T>>(paramName: String) : ParameterDelegate<T>

Constructors

Link copied to clipboard
fun CompoundParamDelegate(paramName: String)

Functions

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

Properties

Link copied to clipboard
val paramName: String