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