public class IsEmpty<ElementType,CollectionType extends Collection<ElementType>> extends UnaryOperator<CollectionType,Boolean>
QueryExpression
that checks whether its operand is an empty list.Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_IDENTIFIER |
Constructor and Description |
---|
IsEmpty(QueryExpression<? extends CollectionType> operand) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toString
public static final String OPERATOR_IDENTIFIER
public IsEmpty(QueryExpression<? extends CollectionType> operand)
Copyright © 2016 SAPERION AG. All rights reserved.