public class AndNode<T> extends OperatorNode<T>
| Constructor and Description |
|---|
AndNode(Adapter<T> adapter,
Expression<T> left,
Expression<T> right) |
| Modifier and Type | Method and Description |
|---|---|
T |
search(T input)
Evaluate this expression against a JSON-like structure and return the result.
|
internalEquals, internalHashCode, internalToString, operandpublic AndNode(Adapter<T> adapter, Expression<T> left, Expression<T> right)
public T search(T input)
ExpressionCopyright © 2016–2021. All rights reserved.