|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
R - the type of the result returned by the function.public interface Function0<R>
Interface that represents a function of no parameters.
| Method Summary | |
|---|---|
R |
call()
Calls the function and returns the result. |
| Method Detail |
|---|
R call()
throws FunctionException
FunctionException - thrown if an exception occurs during the function
call.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||