in scala/collection/mutable
class Update

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

This observable update refers to destructive modification operations of elements from 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