Aliucord
Toggle table of contents
2.6.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Aliucord
Aliucord
/
com.aliucord
/
CollectionUtils
/
removeIf
remove
If
open
fun
<
E
>
removeIf
(
@
NonNull
collection
:
Collection
<
E
>
,
@
NonNull
filter
:
(
E
)
->
Boolean
)
:
Boolean
Removes all elements from the collection which pass the filter
Return
Whether an element was removed