T - the result type of eval(Object...)FunctionTaskpublic interface Function<R,A>
For void functions, simply use type Object
and ignore the result and/or arguments.
| Modifier and Type | Method | Description |
|---|---|---|
R |
eval(A... args) |
Implementation may compute variable
args list
and returns a result. |