guava-kotlin
0.1.0
0.1.0
0.0.1
guava-kotlin
/
ca.solostudios.guava.kotlin.collect
/
toSetMultimap
to
Set
Multimap
fun
<
K
,
V
>
Multimap
<
K
,
V
>
.
toSetMultimap
(
)
:
SetMultimap
<
K
,
V
>
(
source
)
Returns a new
SetMultimap
filled with all elements of this multimap.
See also
Immutable
Set
Multimap.
copyOf