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