Class TypedMultiMap$

java.lang.Object
org.apache.pekko.util.TypedMultiMap$

public class TypedMultiMap$ extends Object
  • Field Details

    • MODULE$

      public static final TypedMultiMap$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • TypedMultiMap$

      public TypedMultiMap$()
  • Method Details

    • empty

      public <T, K> TypedMultiMap<T,K> empty()
      Obtain the empty map for the given key type and key–value type function.