Object

de.sciss.lucre.data

Ancestor

Related Doc: package data

Permalink

object Ancestor

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

Type Members

  1. sealed trait Map[S <: Sys[S], Version, A] extends Writable with Disposable[Ancestor.Map.S.Tx]

    Permalink
  2. sealed trait Tree[S <: Sys[S], Version] extends Writable with Disposable[Ancestor.Tree.S.Tx]

    Permalink
  3. sealed trait Vertex[S <: Sys[S], Version] extends Writable with Disposable[Ancestor.Vertex.S.Tx]

    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. object Vertex

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AnyRef
  14. def newMap[S <: Sys[S], Version, A](full: Tree[S, Version], rootVertex: Vertex[S, Version], rootValue: A)(implicit tx: Ancestor.newMap.S.Tx, valueSerializer: Serializer[Ancestor.newMap.S.Tx, Ancestor.newMap.S.Acc, A]): Map[S, Version, A]

    Permalink
  15. def newTree[S <: Sys[S], Version](rootVersion: Version)(implicit tx: Ancestor.newTree.S.Tx, versionSerializer: Serializer[Ancestor.newTree.S.Tx, Ancestor.newTree.S.Acc, Version], intView: (Version) ⇒ Int): Tree[S, Version]

    Permalink
  16. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  18. def readMap[S <: Sys[S], Version, A](in: DataInput, access: Ancestor.readMap.S.Acc, full: Tree[S, Version])(implicit tx: Ancestor.readMap.S.Tx, valueSerializer: Serializer[Ancestor.readMap.S.Tx, Ancestor.readMap.S.Acc, A]): Map[S, Version, A]

    Permalink
  19. def readTree[S <: Sys[S], Version](in: DataInput, access: Ancestor.readTree.S.Acc)(implicit tx: Ancestor.readTree.S.Tx, versionSerializer: Serializer[Ancestor.readTree.S.Tx, Ancestor.readTree.S.Acc, Version], intView: (Version) ⇒ Int): Tree[S, Version]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. implicit def treeSerializer[S <: Sys[S], Version](implicit versionSerializer: Serializer[Ancestor.treeSerializer.S.Tx, Ancestor.treeSerializer.S.Acc, Version], intView: (Version) ⇒ Int): Serializer[Ancestor.treeSerializer.S.Tx, Ancestor.treeSerializer.S.Acc, Tree[S, Version]]

    Permalink
  23. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped