Interface Negatable

All Known Subinterfaces:
Predicate
All Known Implementing Classes:
AbstractPredicate, BetweenPredicate, BinaryExpressionPredicate, BooleanLiteral, CompoundPredicate, EqPredicate, ExistsPredicate, GePredicate, GtPredicate, InPredicate, IsEmptyPredicate, IsNullPredicate, LePredicate, LikePredicate, LtPredicate, MemberOfPredicate, QuantifiableBinaryExpressionPredicate, UnaryExpressionPredicate

public interface Negatable
Since:
1.2.0
Author:
Moritz Becker
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
     
    void
    setNegated(boolean negated)
     
  • Method Details

    • isNegated

      boolean isNegated()
    • setNegated

      void setNegated(boolean negated)
    • negate

      void negate()