CompoundDelegateProvider

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val customParamName: String? = null