Class Not

All Implemented Interfaces:
PostfixMathCommandI, Serializable

public class Not extends UnaryFunction
Implementation of the not function.
Since:
3.0.0 now returns boolean
See Also:
  • Constructor Details

    • 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 the Standard constructor.
  • Method Details