Class ActorSelectionMessage$

java.lang.Object
scala.runtime.AbstractFunction3<Object,scala.collection.immutable.Iterable<SelectionPathElement>,Object,org.apache.pekko.actor.ActorSelectionMessage>
org.apache.pekko.actor.ActorSelectionMessage$
All Implemented Interfaces:
Serializable, scala.Function3<Object,scala.collection.immutable.Iterable<SelectionPathElement>,Object,org.apache.pekko.actor.ActorSelectionMessage>

public class ActorSelectionMessage$ extends scala.runtime.AbstractFunction3<Object,scala.collection.immutable.Iterable<SelectionPathElement>,Object,org.apache.pekko.actor.ActorSelectionMessage> implements Serializable
See Also:
  • Field Details

    • MODULE$

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

    • ActorSelectionMessage$

      public ActorSelectionMessage$()
  • Method Details

    • toString

      public final String toString()
      Specified by:
      toString in interface scala.Function3<Object,scala.collection.immutable.Iterable<SelectionPathElement>,Object,org.apache.pekko.actor.ActorSelectionMessage>
      Overrides:
      toString in class scala.runtime.AbstractFunction3<Object,scala.collection.immutable.Iterable<SelectionPathElement>,Object,org.apache.pekko.actor.ActorSelectionMessage>
    • apply

      public org.apache.pekko.actor.ActorSelectionMessage apply(Object msg, scala.collection.immutable.Iterable<SelectionPathElement> elements, boolean wildcardFanOut)
    • unapply

      public scala.Option<scala.Tuple3<Object,scala.collection.immutable.Iterable<SelectionPathElement>,Object>> unapply(org.apache.pekko.actor.ActorSelectionMessage x$0)