public interface Expression<T>
Expression objects should be stateless and thread safe, but the exact details are up to the concrete implementations.
| Modifier and Type | Method and Description |
|---|---|
T |
search(T input)
Evaluate this expression against a JSON-like structure and return the result.
|
Copyright © 2016–2021. All rights reserved.