Pedestal
Toggle table of contents
3.1.1
common
Platform filter
common
Switch theme
Search in API
Pedestal
Weak
/
opensavvy.pedestal.weak
/
setAll
set
All
@
ExperimentalWeakApi
fun
<
K
,
V
>
WeakMap
<
K
,
in
V
>
.
setAll
(
from
:
Map
<
out
K
,
V
>
)
(
source
)
Sets all the values from the provided map into the current one.
See also
MutableMap.
putAll
Equivalent method for regular maps.