Object/Trait

de.sciss.lucre.stm

Obj

Related Docs: trait Obj | package stm

Permalink

object Obj

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Obj
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AttrAdded[S <: Sys[S]] = Added[S, String, Obj[S]]

    Permalink
  2. type AttrMap[S <: Sys[S]] = Modifiable[S, String, Obj]

    Permalink
  3. type AttrRemoved[S <: Sys[S]] = Removed[S, String, Obj[S]]

    Permalink
  4. type AttrReplaced[S <: Sys[S]] = Replaced[S, String, Obj[S]]

    Permalink
  5. type AttrUpdate[S <: Sys[S]] = Update[S, String, Obj]

    Permalink
  6. trait Type extends Elem.Type

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AttrAdded: Added.type

    Permalink
  5. val AttrRemoved: Removed.type

    Permalink
  6. val AttrReplaced: Replaced.type

    Permalink
  7. def addType(tpe: Type): Unit

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. implicit def attrMapSerializer[S <: Sys[S]]: Serializer[Obj.attrMapSerializer.S.Tx, Obj.attrMapSerializer.S.Acc, AttrMap[S]]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def copy[In <: Sys[In], Out <: Sys[Out], Repr[~ <: Sys[~]] <: Elem[~]](in: Repr[In])(implicit txIn: Obj.copy.In.Tx, txOut: Obj.copy.Out.Tx): Repr[Out]

    Permalink

    Copy an object graph with in as a leaf.

    Copy an object graph with in as a leaf. This is short for the following sequence:

    val c   = Copy[Int, Out]
    val out = c(in)
    c.finish()
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getType(id: Int): Type

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def read[S <: Sys[S]](in: DataInput, access: Obj.read.S.Acc)(implicit tx: Obj.read.S.Tx): Obj[S]

    Permalink
  23. implicit def serializer[S <: Sys[S]]: Serializer[Obj.serializer.S.Tx, Obj.serializer.S.Acc, Obj[S]]

    Permalink
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped