T
- the result type of eval(Object...)
FunctionTask
public 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. |