Package elemental2.dom
Interface NodeList.ForEachCallbackFn<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
onInvoke(T currentValue, int currentIndex, NodeList<T> listObj)
-