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