Ancestor

object Ancestor
class Object
trait Matchable
class Any

Type members

Classlikes

sealed
trait Map[T <: Exec[T], Version, A] extends Writable with Disposable[T]
sealed
trait Tree[T <: Exec[T], Version] extends Writable with Disposable[T]
object Vertex
Companion
class
sealed
trait Vertex[T <: Exec[T], Version] extends Writable with Disposable[T]
Companion
object

Value members

Concrete methods

def newMap[T <: Exec[LazyRef(...)], Version, A](full: Tree[T, Version], rootVertex: Vertex[T, Version], rootValue: A)(implicit tx: T, valueFormat: TFormat[T, A]): Map[T, Version, A]
def newTree[T <: Exec[LazyRef(...)], Version](rootVersion: Version)(implicit tx: T, versionFormat: TFormat[T, Version], intView: Version => Int): Tree[T, Version]
def readMap[T <: Exec[LazyRef(...)], Version, A](in: DataInput, tx: T, full: Tree[T, Version])(implicit valueFormat: TFormat[T, A]): Map[T, Version, A]
def readTree[T <: Exec[LazyRef(...)], Version](in: DataInput)(implicit tx: T, versionFormat: TFormat[T, Version], intView: Version => Int): Tree[T, Version]

Implicits

Implicits

implicit
def treeFormat[T <: Exec[LazyRef(...)], Version](implicit versionFormat: TFormat[T, Version], intView: Version => Int): TFormat[T, Tree[T, Version]]