|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.expr.Function
public abstract class Function
A general-purpose function object.
| Field Summary | |
|---|---|
static Function |
NULL
A function that does nothing and returns null. |
| Constructor Summary | |
|---|---|
Function()
|
|
| Method Summary | |
|---|---|
abstract Object |
call(Object... args)
Calls the function. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Function NULL
null.
| Constructor Detail |
|---|
public Function()
| Method Detail |
|---|
public abstract Object call(Object... args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||