@Immutable public final class PredicateOperation extends OperationImpl<java.lang.Boolean> implements Predicate
PredicateOperation provides a Boolean typed Operation implementation| Modifier | Constructor and Description |
|---|---|
protected |
PredicateOperation(Operator operator,
java.util.List<Expression<?>> args) |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
not()
Get the negation of the expression
|
accept, equals, getArg, getArgs, getOperatorgetType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, getTypeprotected PredicateOperation(Operator operator, java.util.List<Expression<?>> args)
Copyright © 2007–2021 Querydsl. All rights reserved.