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