CompoundDelegateProvider

class CompoundDelegateProvider<T : CompoundParam<T>>(val customParamName: String? = null)

Constructors

Link copied to clipboard
constructor(customParamName: String? = null)

Properties

Link copied to clipboard
val customParamName: String? = null

Functions

Link copied to clipboard
open operator fun provideDelegate(thisRef: Parametrized, property: KProperty<*>): CompoundParamDelegate<T>