Uses of Interface
org.jeasy.rules.api.Condition
-
Packages that use Condition Package Description org.jeasy.rules.api This package contains Easy Rules public API.org.jeasy.rules.core This package contains Easy Rules core implementation. -
-
Uses of Condition in org.jeasy.rules.api
Fields in org.jeasy.rules.api declared as Condition Modifier and Type Field Description static ConditionCondition. FALSEA NoOpConditionthat always returns false.static ConditionCondition. TRUEA NoOpConditionthat always returns true. -
Uses of Condition in org.jeasy.rules.core
Methods in org.jeasy.rules.core with parameters of type Condition Modifier and Type Method Description RuleBuilderRuleBuilder. when(Condition condition)Set rule condition.
-