ListObjImpl

class Object
trait Matchable
class Any

Type members

Classlikes

final class Cell[T <: Txn[T], A](val elem: A, val pred: Var[T, Cell[T, A]], val succ: Var[T, Cell[T, A]])
abstract class Impl[T <: Txn[T], E <: ([~ <: Txn[~]] =>> Elem[~]), Repr <: Modifiable[T, E[T]]] extends Modifiable[T, E[T]] with SingleEventNode[T, Update[T, E[T], Repr]]

Value members

Concrete methods

def format[T <: Txn[LazyRef(...)], A <: Elem[T]]: TFormat[T, ListObj[T, A]]
def modFormat[T <: Txn[LazyRef(...)], A <: Elem[T]]: TFormat[T, Modifiable[T, A]]
def newModifiable[T <: Txn[LazyRef(...)], E <: ([~ <: Txn[LazyRef(...)]] =>> Elem[~])](implicit tx: T): Modifiable[T, E[T]]
def readIdentifiedObj[T <: Txn[LazyRef(...)]](in: DataInput)(implicit tx: T): Obj[T]