scala.collection.mutable

trait Scriptable

[source: scala/collection/mutable/Scriptable.scala]

trait Scriptable[A]
extends AnyRef
Classes that mix in the Scriptable class allow messages to be sent to objects of that class.
Author
Matthias Zenger
Version
1.0, 09/05/2004
Direct Known Subclasses:
Buffer, Map, Set

Method Summary
abstract def << (cmd : A) : Unit
Send a message to this scriptable object.
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
abstract def <<(cmd : A) : Unit
Send a message to this scriptable object.