Package akka.util

Class SubclassifiedIndex$


  • public class SubclassifiedIndex$
    extends java.lang.Object
    True if and only if x is a subclass of y; equal classes must be considered sub-classes!
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static SubclassifiedIndex$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <K,​V>
      scala.collection.immutable.Map<K,​scala.collection.immutable.Set<V>>
      emptyMergeMap()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • SubclassifiedIndex$

        public SubclassifiedIndex$()
    • Method Detail

      • emptyMergeMap

        public <K,​V> scala.collection.immutable.Map<K,​scala.collection.immutable.Set<V>> emptyMergeMap()