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 Condition
Condition. FALSE
A NoOpCondition
that always returns false.static Condition
Condition. TRUE
A NoOpCondition
that 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 RuleBuilder
RuleBuilder. when(Condition condition)
Set rule condition.
-