Class Not

    • Constructor Detail

      • Not

        public Not​(boolean value)
        Create a new instance of a unary Not from a boolean literal
        Parameters:
        value - boolean literal to be negated
      • Not

        public Not​(String value)
        Create a new instance of a unary Not from a string literal
        Parameters:
        value - string literal to be negated
      • Not

        public Not​(BooleanExpression expression)
        Create a new instance of a unary Not from a boolean expression
        Parameters:
        expression - boolean expression literal to be negated