Package akka.actor

Class ActorSelectionMessage$

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ActorSelectionMessage apply​(java.lang.Object msg, scala.collection.immutable.Iterable<SelectionPathElement> elements, boolean wildcardFanOut)  
      java.lang.String toString()  
      scala.Option<scala.Tuple3<java.lang.Object,​scala.collection.immutable.Iterable<SelectionPathElement>,​java.lang.Object>> unapply​(ActorSelectionMessage x$0)  
      • Methods inherited from class scala.runtime.AbstractFunction3

        curried, tupled
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.Function3

        apply
    • Field Detail

      • MODULE$

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

      • ActorSelectionMessage$

        public ActorSelectionMessage$()