Interface ArithmeticOperator
- All Known Subinterfaces:
Numeric, PreprocessableArithmeticOperator
- All Known Implementing Classes:
Abs, AbstractArithmeticOperator, AbstractBinaryArithmeticOperator, AbstractBinaryIntegerArithmeticOperator, AbstractUnaryArithmeticOperator, Add, BitwiseAnd, BitwiseOr, BitwiseXor, DecimalFraction, Divide, IntegerDivide, IntegerNumber, Max, Min, Minus, Modulo, Multiply, Power, Random, Remainder, Round, ShiftLeft, ShiftRight, Subtract
public interface ArithmeticOperator
Represents a function that returns a single numerical value.
- See Also:
-
Method Summary
-
Method Details
-
calculate
-