Package akka.actor
Class UnhandledMessage$
- java.lang.Object
 - 
- scala.runtime.AbstractFunction3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage>
 - 
- akka.actor.UnhandledMessage$
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Function3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage>
public class UnhandledMessage$ extends scala.runtime.AbstractFunction3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage> implements java.io.Serializable
- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static UnhandledMessage$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description UnhandledMessage$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnhandledMessageapply(java.lang.Object message, ActorRef sender, ActorRef recipient)java.lang.StringtoString()scala.Option<scala.Tuple3<java.lang.Object,ActorRef,ActorRef>>unapply(UnhandledMessage x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final UnhandledMessage$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
toString
public final java.lang.String toString()
- Specified by:
 toStringin interfacescala.Function3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage>- Overrides:
 toStringin classscala.runtime.AbstractFunction3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage>
 
- 
apply
public UnhandledMessage apply(java.lang.Object message, ActorRef sender, ActorRef recipient)
- Specified by:
 applyin interfacescala.Function3<java.lang.Object,ActorRef,ActorRef,UnhandledMessage>
 
- 
unapply
public scala.Option<scala.Tuple3<java.lang.Object,ActorRef,ActorRef>> unapply(UnhandledMessage x$0)
 
 - 
 
 -