Interface ReadonlyArray.ForEachCallbackFn<T>

Enclosing interface:
ReadonlyArray<T>

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

    Modifier and Type
    Method
    Description
    onInvoke(T p0, int p1)
     
  • Method Details

    • onInvoke

      Object onInvoke(T p0, int p1)