akka.dispatch.sysmsg
Class Suspend$

java.lang.Object
  extended by scala.runtime.AbstractFunction0<Suspend>
      extended by akka.dispatch.sysmsg.Suspend$
All Implemented Interfaces:
java.io.Serializable, scala.Function0<Suspend>

public class Suspend$
extends scala.runtime.AbstractFunction0<Suspend>
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static Suspend$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Suspend$()
           
 
Method Summary
 
Methods inherited from class scala.runtime.AbstractFunction0
apply$mcB$sp, apply$mcC$sp, apply$mcD$sp, apply$mcF$sp, apply$mcI$sp, apply$mcJ$sp, apply$mcS$sp, apply$mcV$sp, apply$mcZ$sp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.Function0
apply
 

Field Detail

MODULE$

public static final Suspend$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Suspend$

public Suspend$()