@JsFunction public static interface ArrayObject.ArrayFindCallback
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
call(NativeObject element,
    int index)
Method of function to be called to find an element in the array. 
 | 
boolean call(NativeObject element, int index)
element - current element being processed in the arrayindex - the index of the current element being processed in the array