Minix
5.0.0-alpha
module-common
/
dev.racci.minix.api.extensions.collections
/
computeAndRemove
compute
And
Remove
inline
fun
<
K
,
V
>
MutableMap
<
K
,
V
>
.
computeAndRemove
(
key
:
K
,
crossinline
onRemove
:
suspend
V
.
(
)
->
Unit
)
:
Boolean
See also
MapUtils.
compute
And
Remove