|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the result type of eval(Object...)public interface Function<R,A>
Generic function interface to perform an action w/ given optional arguments producing an optional result.
For void functions, simply use type Object
and ignore the result and/or arguments.
| Method Summary | |
|---|---|
R |
eval(A... args)
Implementation may compute variable args list
and returns a result. |
| Method Detail |
|---|
R eval(A... args)
args list
and returns a result.
args - variable argument list, A[], maybe null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||