|
Scala Library
|
|
scala/actors/AbstractReactor.scala]
trait
AbstractReactor[-T]
extends AnyRefAbstractReactor trait.| Method Summary | |
abstract def
|
!
(msg : T) : Unit
Sends
msg to this
AbstractReactor (asynchronous). |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library
|
|