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