Expression<T>public class OrNode<T> extends OperatorNode<T>
| Constructor | Description |
|---|---|
OrNode(Adapter<T> runtime,
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 OrNode(Adapter<T> runtime, Expression<T> left, Expression<T> right)
public T search(T input)
ExpressionCopyright © 2016–2019. All rights reserved.