|
Scala 2.2.0
|
abstract
trait
Scriptable
[A]
extends
java.lang.Object with
scala.ScalaObjectScriptable
class allow
messages to be sent to objects of that class.Def Summary | |
abstract
|
def
<<
(cmd: A)
: scala.Unit
Send a message to this scriptable object. |
Def Detail |
abstract
def
<<
(cmd: A): scala.Unit