in scala/collection/mutable
trait Scriptable

trait Scriptable[A]()
extends Object
with ScalaObject
Implementing classes or objects:
trait Map[A,B]()
trait Buffer[A]()
trait Set[A]()

Classes that implement the Scriptable trait allow messages to be sent to objects of that class.
Author:
Matthias Zenger
Version:
1.0, 09/05/2004

Method Summary
abstract def <<(cmd: A): Unit
     Send a message to this scriptable object.

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Method Detail

<<

  abstract def <<(cmd: A): Unit
Send a message to this scriptable object.