Package elemental2.core
Interface ReadonlyArray.FindIndexPredicateFn<T>
-
- Enclosing interface:
- ReadonlyArray<T>
@JsFunction public static interface ReadonlyArray.FindIndexPredicateFn<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description boolean
onInvoke(T p0, double p1, JsArray<T> p2)
default boolean
onInvoke(T p0, double p1, T[] p2)
-