toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
filter
filter
inline
fun
<
V
>
SparseArray
<
V
>
.
filter
(
predicate
:
(
Int
,
V
)
->
Boolean
)
:
SparseArray
<
V
>
Filters all entries matching given
predicate
into a new
SparseArray
.