class CompoundDelegateProvider<T : CompoundParam<T>>
<init>
CompoundDelegateProvider(customParamName: String? = null)
customParamName
val customParamName: String?
provideDelegate
operator fun provideDelegate(thisRef: Parametrized, prop: KProperty<*>): CompoundParamDelegate<T>