@FunctionalInterface public interface DateExpr extends Resolvable, QueryParam
Resolvable runtime expression which must return a
date result. Users need implement only the Resolvable.resolve() method.
Since there is only a single method that is abstract, it is suitable to use this as a functional interface (which can be used as a lambda).
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Class |
getType()
Report the return type expected from executing the expression.
|
resolvedefault java.lang.Class getType()
getType in interface ResolvableBaseDataType.