Condition Delegate Provider
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>)