Condition class abstract
An abstract class representing a condition.
A condition is a logical expression that evaluates to true or false. The condition can be a simple comparison or a complex expression. The condition can have one or more operands. The operands can be other conditions or values.
Constructors
Properties
Methods
-
evaluate(
List operands, RuleContext context) → bool - Evaluate the condition with the given operands and context.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited