Impl

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]]
trait SingleEventNode[T, Update[T, E[T], Repr]]
trait Modifiable[T, E[T]]
trait Node[T]
trait ListObj[T, E[T]]
trait Obj[T]
trait Mutable[T]
trait Identified[T]
trait Elem[T]
trait Publisher[T, Update[T, E[T], ListObj[T, E[T]]]]
trait Disposable[T]
trait Writable
trait Form[T]
class Object
trait Matchable
class Any

Type members

Classlikes

object changed extends Changed with RootGeneratorEvent[T, Update[T, A, Repr]]

Inherited classlikes

trait Changed
Inherited from
SingleEventNode

Types

type A = E[T]
final protected type C = Cell[T, A]
protected type ListAux[~ <: Txn[~]] = ListObj[~, E[~]]

Value members

Abstract methods

protected def headRef: Var[T, C]
protected def lastRef: Var[T, C]
protected def sizeRef: Var[T, Int]

Concrete methods

final def addHead(elem: A)(tx: T): Unit
final def addLast(elem: A)(tx: T): Unit
final def apply(idx: Int)(tx: T): A
final def clear(tx: T): Unit
final protected def disposeData(tx: T): Unit
final protected def foreach(fun: A => Unit)(tx: T): Unit
final def get(idx: Int)(tx: T): Option[A]
final def head(tx: T): A
final def headOption(tx: T): Option[A]
final def indexOf(elem: A)(tx: T): Int
def insert(index: Int, elem: A)(tx: T): Unit
final def isEmpty(tx: T): Boolean
final def iterator(tx: T): Iterator[A]
final def last(tx: T): A
final def lastOption(tx: T): Option[A]
final def nonEmpty(tx: T): Boolean
final def remove(elem: A)(tx: T): Boolean
final def removeAt(index: Int)(tx: T): A
final def removeHead(tx: T): A
final def removeLast(tx: T): A
final def size(tx: T): Int
final protected def writeData(out: DataOutput): Unit

Inherited methods

final def attr(tx: T): AttrMap[T]
Inherited from
Obj
final def dispose(tx: T): Unit
Inherited from
Node
override def equals(that: Any): Boolean
Definition Classes
Identified -> Any
Inherited from
Identified
override def hashCode: Int
Definition Classes
Identified -> Any
Inherited from
Identified
final def id: Ident[T]
Inherited from
Node
def modifiableOption: Option[Modifiable[T, E[T]]]
Inherited from
ListObj
protected def targets: Targets[T]
Inherited from
Node
override def toString: String
Definition Classes
Node -> Any
Inherited from
Node
override def tpe: Type
Definition Classes
Obj -> Elem
Inherited from
Obj
final def write(out: DataOutput): Unit
Inherited from
Node