CompoundParamDelegate
class CompoundParamDelegate<T : CompoundParam<T>>(paramName: String) : ParameterDelegate<T>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
open operator fun getValue(thisRef: Parametrized, property: KProperty<*>): T?
Content copied to clipboard
Link copied to clipboard
open operator fun setValue( thisRef: Parametrized, property: KProperty<*>, value: T?)
Content copied to clipboard