|
Scala
1.4.0.3 |
|||
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 |
val gs: List[UGP]
Method Detail |
var cont: () => Any
var initialized: Boolean
def continue: Any
def set(f: () => Any): Unit
|
Scala
1.4.0.3 |
|||