public static class Predicates.And extends BinaryExpression implements Predicate
Expression.Operator| Constructor and Description |
|---|
And(Expression left,
Expression right) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ExpressionVisitor<T> exprVisitor)
Traverses the expression with the provided
ExpressionVisitor |
Boolean |
eval(StructLike data) |
String |
toString() |
getChildren, getLeft, getOperator, getRightclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDataType, getOperatorgetChildrenpublic And(Expression left, Expression right)
public Boolean eval(StructLike data)
eval in interface Expressionpublic <T> T accept(ExpressionVisitor<T> exprVisitor)
ExpressionExpressionVisitoraccept in interface Expressionaccept in interface Predicatepublic String toString()
toString in interface ExpressiontoString in class BinaryExpressionCopyright © 2024 The Apache Software Foundation. All rights reserved.