CompoundDelegateProvider
class CompoundDelegateProvider<T : CompoundParam<T>>(val customParamName: String? = null)
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
open operator fun provideDelegate(thisRef: Parametrized, property: KProperty<*>): CompoundParamDelegate<T>
Content copied to clipboard