|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Lambda<_Return_T>
A class which models the concept of functors (C++) or function (functional programming), processes (Ruby), etc.
| Method Summary | |
|---|---|
_Return_T |
call(java.lang.Object... args)
Executes this function and returns its result. |
| Method Detail |
|---|
_Return_T call(java.lang.Object... args)
args - the arguments for the function
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||