in scala/concurrent/pilib
class Sum

case class Sum(gs: List[UGP])
extends Object
with ScalaObject
with CaseClass

Field Summary
  val gs: List[UGP]

Method Summary
  var cont: () => Any
     Continuation of the sum.
  def continue: Any
     Block if not initialized otherwise continue with the continuation.
  var initialized: Boolean
  def set(f: () => Any): Unit
     Set the values of parameters and awake the sleeping sum.

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement, caseName

Methods inherited from scala/ScalaObject-class
getScalaType

Field Detail

gs

  val gs: List[UGP]
Method Detail

cont

  var cont: () => Any
Continuation of the sum.

initialized

  var initialized: Boolean

continue

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

set

  def set(f: () => Any): Unit
Set the values of parameters and awake the sleeping sum.