|
Scala Library
|
|
scala/actors/MessageQueueElement.scala]
class
MessageQueueElement(val msg : Any, val session : OutputChannel[Any], val next : MessageQueueElement)
extends AnyRef| Additional Constructor Summary | |
def
|
this (msg : Any, session : OutputChannel[Any]) : MessageQueueElement |
def
|
this : MessageQueueElement |
| 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 |
def
this : MessageQueueElement
def
this(msg : Any, session : OutputChannel[Any]) : MessageQueueElement
|
Scala Library
|
|