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 SummaryFieldsModifier and TypeFieldDescriptionstatic final UnhandledMessage$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class scala.runtime.AbstractFunction3curried, tupled
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
UnhandledMessage$public UnhandledMessage$()
 
- 
- 
Method Details- 
toString- Specified by:
- toStringin interface- scala.Function3<Object,- ActorRef, - ActorRef, - UnhandledMessage> 
- Overrides:
- toStringin class- scala.runtime.AbstractFunction3<Object,- ActorRef, - ActorRef, - UnhandledMessage> 
 
- 
apply- Specified by:
- applyin interface- scala.Function3<Object,- ActorRef, - ActorRef, - UnhandledMessage> 
 
- 
unapply
 
-