in scala.concurrent.pilib
class Sum

case class Sum
extends java.lang.Object
with ScalaObject
with CaseClass

Constructor Summary
def this ( gs : List )



Def Summary
final override def $tag : scala.Int

final override def caseArity : scala.Int

final override def caseElement ( x$1 : scala.Int ) : scala.Any

final override def caseName : java.lang.String

def continue : scala.Any
Block if not initialized otherwise continue with the continuation.
override def equals ( x$1 : scala.Any ) : scala.Boolean

override def hashCode : scala.Int

def set ( f : Function0 ) : scala.Unit
Set the values of parameters and awake the sleeping sum.
override def toString : java.lang.String



Constructor Detail
def this ( gs : List )

Def Detail
final override def $tag : scala.Int

final override def caseArity : scala.Int

final override def caseElement ( x$1 : scala.Int ) : scala.Any

final override def caseName : java.lang.String

def continue : scala.Any
Block if not initialized otherwise continue with the continuation.

override def equals ( x$1 : scala.Any ) : scala.Boolean

override def hashCode : scala.Int

def set ( f : Function0 ) : scala.Unit
Set the values of parameters and awake the sleeping sum.

override def toString : java.lang.String