Package org.apache.pekko.util
Class TypedMultiMap$
java.lang.Object
org.apache.pekko.util.TypedMultiMap$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedMultiMap$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,K> TypedMultiMap<T, K> empty()Obtain the empty map for the given key type and key–value type function.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TypedMultiMap$
public TypedMultiMap$()
-
-
Method Details
-
empty
Obtain the empty map for the given key type and key–value type function.
-