@Immutable public final class PredicateOperation extends OperationImpl<Boolean> implements Predicate
PredicateOperation
provides a Boolean typed Operation
implementationModifier | Constructor and Description |
---|---|
protected |
PredicateOperation(Operator operator,
com.google.common.collect.ImmutableList<Expression<?>> args) |
Modifier and Type | Method and Description |
---|---|
Predicate |
not()
Get the negation of the expression
|
accept, equals, getArg, getArgs, getOperator
getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept, getType
protected PredicateOperation(Operator operator, com.google.common.collect.ImmutableList<Expression<?>> args)
Copyright © 2007–2016 Querydsl. All rights reserved.