Uses of Interface
org.pepstock.charba.client.commons.ArrayObject.ArrayFindCallback
-
Packages that use ArrayObject.ArrayFindCallback Package Description org.pepstock.charba.client.commons Core classes to manage the inter-operations with java script code. -
-
Uses of ArrayObject.ArrayFindCallback in org.pepstock.charba.client.commons
Methods in org.pepstock.charba.client.commons with parameters of type ArrayObject.ArrayFindCallback Modifier and Type Method Description NativeObject
ArrayObject. find(ArrayObject.ArrayFindCallback callback)
Returns the value of the first element in the provided array that satisfies the provided testing function.
If no values satisfy the testing function, undefined is returned.
-