commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
removeIf
remove
If
inline
fun
<
K
,
V
>
MutableMap
<
K
,
V
>
.
removeIf
(
predicate
:
(
Map.Entry
<
K
,
V
>
)
->
Boolean
)
:
MutableMap
<
K
,
V
>