Uses of Interface
elemental2.core.ReadonlyArray.FindPredicateFn
-
-
Uses of ReadonlyArray.FindPredicateFn in elemental2.core
Methods in elemental2.core with parameters of type ReadonlyArray.FindPredicateFn Modifier and Type Method Description T
JsArray. find(ReadonlyArray.FindPredicateFn<T> predicateFn)
<S> T
JsArray. find(ReadonlyArray.FindPredicateFn<T> predicateFn, S this_)
T
ReadonlyArray. find(ReadonlyArray.FindPredicateFn<T> predicateFn)
<S> T
ReadonlyArray. find(ReadonlyArray.FindPredicateFn<T> predicateFn, S this_)
-