Class Not

    • Method Detail

      • ofExpressions

        public static Not ofExpressions​(ToExpression arg1)
        Creates a Not function from the given expressions.
        Parameters:
        arg1 - the expression to negate.
        Returns:
        The resulting Not function.
      • accept

        public <R> R accept​(ExpressionVisitor<R> visitor)
        Description copied from class: Expression
        Invoke the ExpressionVisitor functions for this expression.
        Specified by:
        accept in class Expression
        Type Parameters:
        R - the visitor return type.
        Parameters:
        visitor - the visitor to be invoked.
        Returns:
        the return value of the visitor.