|
Scala
1.4.0.4 |
|||
| Method Summary | |
def receive[a](f: PartialFunction[Object,a]): a
|
|
def receiveWithin[a](msec: Long)(f: PartialFunction[Object,a]): a
|
|
def send(msg: Object): Unit
|
|
| Methods inherited from java/lang/Object-class |
| clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait |
| Methods inherited from java/lang/Thread-class |
| checkAccess, countStackFrames, destroy, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, start, stop, stop, suspend, toString |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/ScalaObject-class |
| getScalaType |
| Method Detail |
def send(msg: Object): Unit
def receive[a](f: PartialFunction[Object,a]): a
def receiveWithin[a](msec: Long)(f: PartialFunction[Object,a]): a
|
Scala
1.4.0.4 |
|||