Package io.dialob.program.expr.arith
Interface NotOperator
-
- All Superinterfaces:
Expression,Serializable,UnaryOperator
- All Known Implementing Classes:
ImmutableNotOperator
@Immutable public interface NotOperator extends UnaryOperator
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Objectapply(Object value)default ValueTypegetValueType()-
Methods inherited from interface io.dialob.program.expr.arith.UnaryOperator
eval, getEvalRequiredConditions, getExpression
-
-
-
-
Method Detail
-
apply
default Object apply(Object value)
- Specified by:
applyin interfaceUnaryOperator
-
getValueType
@Nonnull default ValueType getValueType()
- Specified by:
getValueTypein interfaceExpression
-
-