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