Package elemental2.core
Interface ReadonlyArray.ReduceRightCallbackFn<R,T>
-
- Enclosing interface:
- ReadonlyArray<T>
@JsFunction public static interface ReadonlyArray.ReduceRightCallbackFn<R,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
onInvoke(java.lang.Object p0, T p1, int p2)
-