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