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