Class NotExpression


  • public class NotExpression
    extends Object
    A not-expression negates the result of an expression. If the expression results in a truth-like value, a not-expression will change this value to false. If the expression results in a false-like value, a not-expression will change this value to true. https://jmespath.org/specification.html#not-expressions
    • Constructor Detail

      • NotExpression

        public NotExpression​(Expression expression)