public class NotMemberOf<ElementType,CollectionType extends Collection<ElementType>> extends BinaryFunction<ElementType,CollectionType,Boolean>
QueryPredicate that checks whether its first operand is not a member
of the second one.| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_IDENTIFIER |
| Constructor and Description |
|---|
NotMemberOf(QueryExpression<? extends ElementType> operand1,
QueryExpression<? extends CollectionType> operand2) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toStringpublic static final String OPERATOR_IDENTIFIER
public NotMemberOf(QueryExpression<? extends ElementType> operand1, QueryExpression<? extends CollectionType> operand2)
Copyright © 2016 SAPERION AG. All rights reserved.