Packages

o

de.sciss.lucre.data

Ancestor

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 <: Base[S], Version, A] extends Writable with Disposable[Ancestor.Map.S.Tx]
  2. sealed trait Tree[S <: Base[S], Version] extends Writable with Disposable[Ancestor.Tree.S.Tx]
  3. sealed trait Vertex[S <: Base[S], Version] extends Writable with Disposable[Ancestor.Vertex.S.Tx]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def newMap[S <: Base[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]
  14. def newTree[S <: Base[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]
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def readMap[S <: Base[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]
  18. def readTree[S <: Base[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]
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. implicit def treeSerializer[S <: Base[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]]
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  25. object Vertex

Inherited from AnyRef

Inherited from Any

Ungrouped