Interface ReadonlyArray.ReduceRightCallbackFn<R,​T>

  • Enclosing interface:
    ReadonlyArray<T>

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

      • onInvoke

        R onInvoke​(java.lang.Object p0,
                   T p1,
                   int p2)