buildSetMultimap

inline fun <K, V> buildSetMultimap(builderAction: ImmutableSetMultimap.Builder<K, V>.() -> Unit): SetMultimap<K, V>(source)

Builds a new immutable 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.

builderAction

The builder action to apply to the set-multimap