|
|
Scala 2.3.3
|
object
ops
extends java.lang.Object
with scala.ScalaObject
ops ...| Constructor Summary | |
def
this
|
|
| Def Summary | |
def
future
[a]
(p: => a)
: () => a
|
|
def
par
[a, b]
(xp: => a, yp: => b)
: scala.Tuple2[a, b]
|
|
def
replicate
(start: scala.Int, end: scala.Int)(p: (scala.Int) => scala.Unit)
: scala.Unit
|
|
def
spawn
(p: => scala.Unit)
: scala.Unit
|
|
| Constructor Detail |
| Def Detail |
p - ...
def
par
[a, b](xp: => a, yp: => b): scala.Tuple2[a, b]
xp - ...
yp - ...
def
replicate
(start: scala.Int, end: scala.Int)(p: (scala.Int) => scala.Unit): scala.Unit
start - ...
end - ...
p - ...
def
spawn
(p: => scala.Unit): scala.Unit
p - ...