|
|
Scala 2.3.3
|
case
class
Sum
extends java.lang.Object
with scala.ScalaObject
with scala.Product
| Constructor Summary | |
def
this
(gs: scala.List[pilib.this.UGP])
|
|
| Val Summary | |
val
gs
: scala.List[pilib.this.UGP]
|
|
| Var Summary | |
var
cont
: () => scala.Any
Continuation of the sum. |
|
var
initialized
: scala.Boolean
|
|
| Def Summary | |
final override
|
def
$tag
: scala.Int
|
final override
|
def
arity
: scala.Int
|
def
continue
: scala.Any
Block if not initialized otherwise continue with the continuation. |
|
final override
|
def
element
(x$1: scala.Int)
: scala.Any
|
override
|
def
equals
(x$1: scala.Any)
: scala.Boolean
|
override
|
def
hashCode
: scala.Int
|
final override
|
def
productPrefix
: java.lang.String
|
def
set
(f: () => scala.Any)
: scala.Unit
Set the values of parameters and awake the sleeping sum. |
|
override
|
def
toString
: java.lang.String
|
| Def inherited from scala.Product | |
| arity , element, productPrefix |
| Constructor Detail |
| Val Detail |
| Var Detail |
| Def Detail |
final override
def
$tag
: scala.Int
final override
def
arity
: scala.Int
def
continue
: scala.Any
override
def
equals
(x$1: scala.Any): scala.Boolean
override
def
hashCode
: scala.Int
final override
def
productPrefix
: java.lang.String
def
set
(f: () => scala.Any): scala.Unit
f - ...
override
def
toString
: java.lang.String