Pedestal
Toggle table of contents
3.1.1
common
Platform filter
common
Switch theme
Search in API
Pedestal
Weak
/
opensavvy.pedestal.weak
/
removeAll
remove
All
@
ExperimentalWeakApi
fun
<
K
,
V
>
WeakMap
<
K
,
V
>
.
removeAll
(
from
:
Iterable
<
K
>
)
(
source
)
Removes the specified keys from this map.
@
ExperimentalWeakApi
fun
<
K
,
V
>
WeakMap
<
K
,
V
>
.
removeAll
(
from
:
Map
<
out
K
,
V
>
)
(
source
)
Removes the specified associations from this map.