NumberRangeRule<NUM extends num> class
Checks if the given input is within the given range.
Constructors
- NumberRangeRule(NUM fact, NUM min, NUM max)
-
const
Properties
Methods
-
apply(
) → RuleResponse< NUM> -
An alias for the execute function.
inherited
-
execute(
) → RuleResponse< NUM> -
inherited
-
isSatisfied(
NUM fact) → bool -
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