Package org.apache.pekko.actor
Class UnhandledMessage$
java.lang.Object
scala.runtime.AbstractFunction3<Object,ActorRef,ActorRef,UnhandledMessage>
org.apache.pekko.actor.UnhandledMessage$
- All Implemented Interfaces:
Serializable
,scala.Function3<Object,
ActorRef, ActorRef, UnhandledMessage>
public class UnhandledMessage$
extends scala.runtime.AbstractFunction3<Object,ActorRef,ActorRef,UnhandledMessage>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UnhandledMessage$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class scala.runtime.AbstractFunction3
curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
UnhandledMessage$
public UnhandledMessage$()
-
-
Method Details
-
toString
- Specified by:
toString
in interfacescala.Function3<Object,
ActorRef, ActorRef, UnhandledMessage> - Overrides:
toString
in classscala.runtime.AbstractFunction3<Object,
ActorRef, ActorRef, UnhandledMessage>
-
apply
- Specified by:
apply
in interfacescala.Function3<Object,
ActorRef, ActorRef, UnhandledMessage>
-
unapply
-