Class Not

    • Constructor Detail

      • Not

        public Not()
        Standard Constructor which allows Number and Boolean arguments
      • Not

        public Not​(boolean disallowNumbers)
        Constructor which restricts type of arguments.
        Parameters:
        disallowNumbers - if true Number arguments will raise exceptions, otherwise as thee Standard constructor.