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