|
Scala 2.4.0-RC1
|
abstract
trait
OutputChannel
[Msg]
extends
java.lang.Object
with
scala.ScalaObject
OutputChannel
trait provides a common interface
for all channels to which values can be sent.Def Summary | |
abstract
|
def
!
(msg: Msg)
: scala.Unit
|
abstract
|
def
forward
(msg: Msg)
: scala.Unit
|
Def Detail |