|
|
Scala 2.4.0-final
|
abstract
class
Future
[T]
extends java.lang.Object
with () => T
with scala.ScalaObject
| Constructor Summary | |
def
this
(ch: scala.actors.InputChannel[scala.Any])
|
|
| Val Summary | |
val
ch
: scala.actors.InputChannel[scala.Any]
|
|
| Var Summary | |
protected
|
var
value
: scala.Option[T]
|
| Def Summary | |
abstract
|
def
isSet
: scala.Boolean
|
| Def inherited from () => T | |
| apply , toString |
| Constructor Detail |
| Val Detail |
| Var Detail |
| Def Detail |