T - the Java type of values produced by this expressionpublic interface Bound<T>
| Modifier and Type | Method and Description |
|---|---|
T |
eval(StructLike struct)
Produce a value from the struct for this expression.
|
BoundReference<?> |
ref()
Returns the underlying reference.
|
BoundReference<?> ref()
T eval(StructLike struct)
struct - a struct of incoming data