public interface FunctionPointer
- Since:
- Omix 1.8.2
- Author:
- Dr. Peter Droste
-
Method Summary
Modifier and Type Method Description @IsVarType Object
apply(@IsVarType Object newThis, JsonArray params)
FunctionPointer
bind(@IsVarType Object newThis, Object @IsVarType ... params)
@IsVarType Object
call(@IsVarType Object newThis, Object @IsVarType ... params)
@IsVarType Object
invoke(@IsVarType Object... parameters)
-
Method Details
-
invoke
- Throws:
InvocationTargetException
-
bind
-
call
@IsVarType Object call(@IsVarType Object newThis, Object @IsVarType ... params) throws InvocationTargetException- Throws:
InvocationTargetException
-
apply
@IsVarType Object apply(@IsVarType Object newThis, JsonArray params) throws InvocationTargetException- Throws:
InvocationTargetException
-