Package com.ebasetech.xi.api
Interface Function
- All Superinterfaces:
 java.io.Serializable
public interface Function
extends java.io.Serializable
Object Function
- Since:
 - Standard ECMA-262 3rd. Edition
 
- 
Method Summary
Modifier and Type Method Description java.lang.Objectinvoke(java.lang.Object obj)JavaScript function that is called with a single object argument and returns the result 
- 
Method Details
- 
invoke
java.lang.Object invoke(java.lang.Object obj)JavaScript function that is called with a single object argument and returns the result- Parameters:
 obj- argument of the Function- Returns:
 - result of executed function
 - Since:
 - Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition., V5.13.2
 
 
 -