build Mutable Set Multimap
inline fun <K, V> buildMutableSetMultimap(builderAction: MutableSetMultimap<K, V>.() -> Unit): MutableSetMultimap<K, V>(source)
Builds a new mutable set-multimap with the given builderAction, using the builder inference api.
Return
The newly created set-multimap.
See also
Parameters
K
The key type of the set-multimap.
V
The value type of the set-multimap.
builder Action
The builder action to apply to the set-multimap