|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Function
Interface for Function objects to conform to, for extensible function libraries.
Method Summary | |
---|---|
java.lang.Object |
call(Context context,
java.util.List args)
Call the function object. |
Method Detail |
---|
java.lang.Object call(Context context, java.util.List args)
context
- The current context the function operates uponargs
- The argument list to the function.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |