Package akka.util
Class TypedMultiMap$
- java.lang.Object
-
- akka.util.TypedMultiMap$
-
public class TypedMultiMap$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static TypedMultiMap$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TypedMultiMap$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,K>
TypedMultiMap<T,K>empty()
Obtain the empty map for the given key type and key–value type function.
-
-
-
Field Detail
-
MODULE$
public static final TypedMultiMap$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
empty
public <T,K> TypedMultiMap<T,K> empty()
Obtain the empty map for the given key type and key–value type function.
-
-