Package io.dialob.program.expr.arith
Interface IsAnyInvalidAnswersOperator
-
- All Superinterfaces:
Expression,Serializable
- All Known Implementing Classes:
ImmutableIsAnyInvalidAnswersOperator
@Immutable public interface IsAnyInvalidAnswersOperator extends Expression
-
-
Field Summary
Fields Modifier and Type Field Description static Set<EventMatcher>ANY_ERROR
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Booleaneval(EvalContext context)default Set<EventMatcher>getEvalRequiredConditions()default ValueTypegetValueType()
-
-
-
Field Detail
-
ANY_ERROR
static final Set<EventMatcher> ANY_ERROR
-
-
Method Detail
-
eval
default Boolean eval(@Nonnull EvalContext context)
- Specified by:
evalin interfaceExpression
-
getValueType
@Nonnull default ValueType getValueType()
- Specified by:
getValueTypein interfaceExpression
-
getEvalRequiredConditions
@Nonnull default Set<EventMatcher> getEvalRequiredConditions()
- Specified by:
getEvalRequiredConditionsin interfaceExpression
-
-