|
Scala 2.2.0.9025
|
object
ops
extends
java.lang.Object with
scala.ScalaObjectops
...Constructor Summary | |
def
this
|
Def Summary | |
def
future
[a]
(p: => a)
: scala.Function0[a]
|
|
def
par
[a, b]
(xp: => a, yp: => b)
: scala.Tuple2[a, b]
|
|
def
replicate
(start: scala.Int, end: scala.Int)(p: scala.Function1[scala.Int, scala.Unit])
: scala.Unit
|
|
def
spawn
(p: => scala.Unit)
: scala.Unit
|
Constructor Detail |
def
this
Def Detail |
def
future
[a](p: => a): scala.Function0[a]
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.Function1[scala.Int, scala.Unit]): scala.Unit
start -
...
end -
...
p -
...
def
spawn
(p: => scala.Unit): scala.Unit
p -
...