@Immutable public class PredicateTemplate extends TemplateExpressionImpl<Boolean> implements Predicate
PredicateTemplate provides a Boolean typed TemplateExpression implementation| Modifier | 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, getTemplategetType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaccept, getTypeprotected PredicateTemplate(Template template, com.google.common.collect.ImmutableList<?> args)
Copyright © 2007–2020 Querydsl. All rights reserved.