Scala Library Documentation
|
|
scala/actors/Reaction.scala
]
class
Reaction(a : Actor, f : PartialFunction[Any, Unit], msg : Any)
extends
java.lang.Runnable with
AnyRefAdditional Constructor Summary | |
def
|
this (a : Actor) : Reaction |
Method Summary | |
def
|
run : Unit |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Additional Constructor Details |
Method Details |
Scala Library Documentation
|
|