public interface Function
Interface for Function objects to conform to, for extensible function libraries.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
call(Context context,
java.util.List args)
Call the function object.
|
java.lang.Object call(Context context, java.util.List args)
context - The current context the function operates uponargs - The argument list to the function.Copyright ? 2000 bob mcwhirter and The Werken & Sons Company. All Rights Reserved.