Package io.dialob.program.expr.arith
Interface NeOperator<T>
-
- All Superinterfaces:
AbstractLogicalOperator,Expression,InfixOperator<Boolean>,Serializable
- All Known Implementing Classes:
ImmutableNeOperator
@Immutable public interface NeOperator<T> extends AbstractLogicalOperator
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Booleaneval(EvalContext evalContext)-
Methods inherited from interface io.dialob.program.expr.arith.AbstractLogicalOperator
getValueType
-
Methods inherited from interface io.dialob.program.expr.arith.InfixOperator
getEvalRequiredConditions, getLhs, getRhs
-
-
-
-
Method Detail
-
eval
default Boolean eval(@Nonnull EvalContext evalContext)
- Specified by:
evalin interfaceExpression
-
-