public interface Predicate extends Expression<Boolean>
Predicate
is the common interface for Boolean typed expressionsModifier and Type | Method and Description |
---|---|
Predicate |
not()
Get the negation of the expression
|
accept, getType
Predicate not()
Copyright © 2007–2016 Querydsl. All rights reserved.