Package akka.dispatch.sysmsg
Class Suspend
- java.lang.Object
-
- akka.dispatch.sysmsg.Suspend
-
- All Implemented Interfaces:
PossiblyHarmful
,StashWhenWaitingForChildren
,SystemMessage
,java.io.Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public final class Suspend extends java.lang.Object implements SystemMessage, StashWhenWaitingForChildren, scala.Product, scala.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Suspend()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Suspend
apply()
static byte
apply$mcB$sp()
static char
apply$mcC$sp()
static double
apply$mcD$sp()
static float
apply$mcF$sp()
static int
apply$mcI$sp()
static long
apply$mcJ$sp()
static short
apply$mcS$sp()
static void
apply$mcV$sp()
static boolean
apply$mcZ$sp()
boolean
canEqual(java.lang.Object x$1)
Suspend
copy()
boolean
equals(java.lang.Object x$1)
int
hashCode()
SystemMessage
next()
void
next_$eq(SystemMessage x$1)
int
productArity()
java.lang.Object
productElement(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
java.lang.String
toString()
static boolean
unapply(Suspend x$0)
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.dispatch.sysmsg.SystemMessage
unlink, unlinked
-
-
-
-
Method Detail
-
apply
public static Suspend apply()
-
unapply
public static boolean unapply(Suspend x$0)
-
apply$mcZ$sp
public static boolean apply$mcZ$sp()
-
apply$mcB$sp
public static byte apply$mcB$sp()
-
apply$mcC$sp
public static char apply$mcC$sp()
-
apply$mcD$sp
public static double apply$mcD$sp()
-
apply$mcF$sp
public static float apply$mcF$sp()
-
apply$mcI$sp
public static int apply$mcI$sp()
-
apply$mcJ$sp
public static long apply$mcJ$sp()
-
apply$mcS$sp
public static short apply$mcS$sp()
-
apply$mcV$sp
public static void apply$mcV$sp()
-
next
public SystemMessage next()
- Specified by:
next
in interfaceSystemMessage
-
next_$eq
public void next_$eq(SystemMessage x$1)
- Specified by:
next_$eq
in interfaceSystemMessage
-
copy
public Suspend copy()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-