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