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) |
Modifier and Type | Method and Description |
---|---|
QueryExpression<Boolean> |
copy() |
appendQueryParameters, asQueryLanguage, getOperand, precedence, queryStringSizeGuess, setOperand, toString
getChildren, getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType, setChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExpressionType, listDescendantsOfType, listParentsOfDescendantsOfType
public static final String OPERATOR_IDENTIFIER
public IsEmpty(QueryExpression<? extends CollectionType> operand)
public QueryExpression<Boolean> copy()
Copyright © 2016 SAPERION AG. All rights reserved.