SatisfyAnyRule<FACT extends Object, VALUE extends Object> class
Succeeds only if at least one of its children succeed.
- Inheritance
-
- Object
- Block<
RuleResponse< VALUE> > - MultiChildBlock<
RuleResponse< VALUE> > - ListRule<
FACT, VALUE> - SatisfyAnyRule
Constructors
-
SatisfyAnyRule(FACT fact, {required Iterable<
Rule< children})FACT, VALUE> > -
const
Properties
Methods
-
apply(
) → RuleResponse< VALUE> -
An alias for the execute function.
inherited
-
execute(
) → SatisfyAnyRuleResponse< VALUE> -
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