public abstract class AJEFunction extends java.lang.Object implements Obj, NativeObject<java.util.function.Function<java.util.List<Obj>,Obj>>
| Modifier and Type | Field and Description |
|---|---|
static Type<AJEFunction> |
TYPE |
| Constructor and Description |
|---|
AJEFunction() |
| Modifier and Type | Method and Description |
|---|---|
Obj |
divide(Obj other) |
abstract int |
getArity() |
Type<AJEFunction> |
getType() |
abstract Obj |
invoke(java.util.List<Obj> args) |
Obj |
minus(Obj other) |
Obj |
plus(Obj other) |
Obj |
times(Obj other) |
java.util.function.Function<java.util.List<Obj>,Obj> |
toNative() |
public static final Type<AJEFunction> TYPE
public abstract int getArity()
public Type<AJEFunction> getType()