Package akka.dispatch.sysmsg
Class Terminate$
- java.lang.Object
 - 
- scala.runtime.AbstractFunction0<akka.dispatch.sysmsg.Terminate>
 - 
- akka.dispatch.sysmsg.Terminate$
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,scala.Function0<akka.dispatch.sysmsg.Terminate>
public class Terminate$ extends scala.runtime.AbstractFunction0<akka.dispatch.sysmsg.Terminate> implements java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Terminate$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description Terminate$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.dispatch.sysmsg.Terminateapply()java.lang.StringtoString()booleanunapply(akka.dispatch.sysmsg.Terminate x$0) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final Terminate$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
toString
public final java.lang.String toString()
- Specified by:
 toStringin interfacescala.Function0<akka.dispatch.sysmsg.Terminate>- Overrides:
 toStringin classscala.runtime.AbstractFunction0<akka.dispatch.sysmsg.Terminate>
 
- 
apply
public akka.dispatch.sysmsg.Terminate apply()
- Specified by:
 applyin interfacescala.Function0<akka.dispatch.sysmsg.Terminate>
 
- 
unapply
public boolean unapply(akka.dispatch.sysmsg.Terminate x$0)
 
 - 
 
 -