public static class Predicates.Not extends Object implements Predicate
Expression.Operator| Constructor and Description |
|---|
Not(Expression child) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
eval(StructLike data) |
List<Expression> |
getChildren() |
Expression.Operator |
getOperator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, getDataTypepublic Not(Expression child)
public List<Expression> getChildren()
getChildren in interface Expressionpublic Boolean eval(StructLike data)
eval in interface Expressionpublic Expression.Operator getOperator()
getOperator in interface Predicatepublic String toString()
toString in interface ExpressiontoString in class ObjectCopyright © 2024 The Apache Software Foundation. All rights reserved.