public class TypedMultiMap$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TypedMultiMap$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
TypedMultiMap$() |
| Modifier and Type | Method and Description |
|---|---|
<T,K> TypedMultiMap<T,K> |
empty()
Obtain the empty map for the given key type and key–value type function.
|
public static final TypedMultiMap$ MODULE$
public <T,K> TypedMultiMap<T,K> empty()