Interface ReadonlyArray.ReduceRightCallbackFn<R,T>

Enclosing interface:
ReadonlyArray<T>

@JsFunction public static interface ReadonlyArray.ReduceRightCallbackFn<R,T>
  • Method Summary

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

    • onInvoke

      R onInvoke(Object p0, T p1, int p2)