com.threerings.expr
Class Function
java.lang.Object
com.threerings.expr.Function
public abstract class Function
- extends Object
A general-purpose function object.
|
Field Summary |
static Function |
NULL
A function that does nothing and returns null. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL
public static final Function NULL
- A function that does nothing and returns
null.
Function
public Function()
call
public abstract Object call(Object... args)
- Calls the function.