Interface NodeList.ForEachCallbackFn<T>

Enclosing class:
NodeList<T>

@JsFunction public static interface NodeList.ForEachCallbackFn<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    onInvoke(T currentValue, int currentIndex, NodeList<T> listObj)
     
  • Method Details

    • onInvoke

      Object onInvoke(T currentValue, int currentIndex, NodeList<T> listObj)