public interface Invokable
InvokableSchemeProcedure| Modifier and Type | Field and Description |
|---|---|
static java.lang.Object |
NO_RESULT |
static java.lang.Object |
NOARG |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object... args)
This method invokes the invokable which is denoted by the subclasses
implement this interface.
|