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