ConfigurationRuleBuilderOtherwise |
ConfigurationRuleBuilderPerform.otherwise(Operation condition)
Perform the given Operation when the conditions set in this Rule fail to be met.
|
ConfigurationRuleBuilderOtherwise |
ConfigurationRuleBuilderWhen.otherwise(Operation operation)
Perform the given Operation when the conditions set in this Rule fail to be met.
|
ConfigurationRuleBuilderOtherwise |
ConfigurationRuleBuilderPerform.otherwise(Operation operation,
Operation... operations)
Perform the given Operation instances when the conditions set in this Rule fail to be met.
|
ConfigurationRuleBuilderOtherwise |
ConfigurationRuleBuilder.otherwise(Operation operation,
Operation... operations) |
ConfigurationRuleBuilderOtherwise |
ConfigurationRuleBuilderWhen.otherwise(Operation operation,
Operation... operations)
Perform the given Operation instances when the conditions set in this Rule fail to be met.
|