Class ArithmeticOperator

    • Constructor Detail

      • ArithmeticOperator

        public ArithmeticOperator()
    • Method Detail

      • apply

        public abstract double apply​(double pLeft,
                                     double pRight,
                                     Logger pLogger)
        Applies the operator to the given double values, returning a double
      • apply

        public abstract long apply​(long pLeft,
                                   long pRight,
                                   Logger pLogger)
        Applies the operator to the given double values, returning a double