Package org.apache.pekko.actor
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ActorSelectionMessage$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.actor.ActorSelectionMessageapply(Object msg, scala.collection.immutable.Iterable<SelectionPathElement> elements, boolean wildcardFanOut) final StringtoString()scala.Option<scala.Tuple3<Object,scala.collection.immutable.Iterable<SelectionPathElement>, Object>> unapply(org.apache.pekko.actor.ActorSelectionMessage x$0) Methods inherited from class scala.runtime.AbstractFunction3
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ActorSelectionMessage$
public ActorSelectionMessage$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function3<Object,scala.collection.immutable.Iterable<SelectionPathElement>, Object, org.apache.pekko.actor.ActorSelectionMessage> - Overrides:
toStringin classscala.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>, unapplyObject>> (org.apache.pekko.actor.ActorSelectionMessage x$0)
-