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 isNegated()  
    void negate()  
    void setNegated​(boolean negated)