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