Interface ConditionManager


public interface ConditionManager
Previously part of the RuleBuilder interface, since version 4.0.0, this interface contains methods for declaring various rule-level conditions and obtaining their references. These references can later be used in the EvaluatorsContext methods to replace existing conditions on the fly or to subscribe to evaluation events.

If you don't need these condition handles, it is better to use the standard where(...) methods of LhsBuilder, which provide the same functionality, and offer a more fluent API compared to this interface.