class CompoundParamDelegate<T : CompoundParam<T>> : ParameterDelegate<T>
CompoundParamDelegate(paramName: String) |
val paramName: String |
operator fun getValue(thisRef: Parametrized, property: KProperty<*>): T? |
|
operator fun setValue(thisRef: Parametrized, property: KProperty<*>, value: T?): Unit |