in scala/collection/mutable
class Include

case class Include[A](elem: A)
extends Message[A]
with ScalaObject
with CaseClass

This observable update refers to inclusion operations that add new elements to collection classes.
Author:
Matthias Zenger
Version:
1.0, 08/07/2003

Field Summary
  val elem: A

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

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Field Detail

elem

  val elem: A