ConditionDelegateProvider

class ConditionDelegateProvider(specifiedName: String? = null, factory: (name: String) -> Condition, conditions: MutableSet<Condition>)

Constructors

Link copied to clipboard
constructor(specifiedName: String? = null, factory: (name: String) -> Condition, conditions: MutableSet<Condition>)

Functions

Link copied to clipboard
operator fun provideDelegate(thisRef: Any?, prop: KProperty<*>): AgentBuilder.ConditionDelegate