@Immutable public final class PredicateOperation extends OperationImpl<Boolean> implements Predicate
| Constructor and Description |
|---|
PredicateOperation(Operator<Boolean> operator,
com.google.common.collect.ImmutableList<Expression<?>> args) |
| Modifier and Type | Method and Description |
|---|---|
static PredicateOperation |
create(Operator<Boolean> operator,
Expression<?> one) |
static PredicateOperation |
create(Operator<Boolean> operator,
Expression<?> one,
Expression<?> two) |
Predicate |
not()
Get the negation of the expression
|
accept, create, create, equals, getArg, getArgs, getOperatorgetType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, getTypepublic PredicateOperation(Operator<Boolean> operator, com.google.common.collect.ImmutableList<Expression<?>> args)
public static PredicateOperation create(Operator<Boolean> operator, Expression<?> one)
public static PredicateOperation create(Operator<Boolean> operator, Expression<?> one, Expression<?> two)
Copyright © 2007–2015 Querydsl. All rights reserved.