Cell

final class Cell[T <: Txn[T], A](val elem: A, val pred: Var[T, Cell[T, A]], val succ: Var[T, Cell[T, A]])
class Object
trait Matchable
class Any

Value members

Concrete fields

val elem: A
val pred: Var[T, Cell[T, A]]
val succ: Var[T, Cell[T, A]]