Interface NodeList.ForEachCallbackFn<T>

  • Enclosing class:
    NodeList<T>

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

      • onInvoke

        java.lang.Object onInvoke​(T currentValue,
                                  int currentIndex,
                                  NodeList<T> listObj)