Compound Delegate Provider
class CompoundDelegateProvider<T : CompoundParam<T>>(val customParamName: String? = null) : PropertyDelegateProvider<Parametrized, ReadWriteProperty<Parametrized, T?>>
Functions
Link copied to clipboard
open operator override fun provideDelegate(thisRef: Parametrized, property: KProperty<*>): CompoundParamDelegate<T>