Class RelationalOperator

    • Constructor Detail

      • RelationalOperator

        public RelationalOperator()
    • Method Detail

      • apply

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

        public abstract boolean apply​(long pLeft,
                                      long pRight,
                                      Logger pLogger)
        Applies the operator to the given long values
      • apply

        public abstract boolean apply​(String pLeft,
                                      String pRight,
                                      Logger pLogger)
        Applies the operator to the given String values