Packages

abstract class Impl[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]] extends Modifiable[S, E[S]] with SingleNode[S, Update[S, E[S]]]

Self Type
Impl[S, E]
Linear Supertypes
SingleNode[S, Update[S, E[S]]], Modifiable[S, E[S]], Node[S], List[S, E[S]], Obj[S], Mutable[S.ID, S.Tx], Identifiable[S.ID], Elem[S], Publisher[S, Update[S, E[S]]], Disposable[S.Tx], Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Impl
  2. SingleNode
  3. Modifiable
  4. Node
  5. List
  6. Obj
  7. Mutable
  8. Identifiable
  9. Elem
  10. Publisher
  11. Disposable
  12. Writable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Impl()

Type Members

  1. type A = E[S]
  2. final type C = Cell[S, A]
    Attributes
    protected
  3. trait Changed extends SingleEvent[S, A]
    Definition Classes
    SingleNode
  4. type ListAux[~ <: Sys[~]] = List[~, E[~]]
    Attributes
    protected

Abstract Value Members

  1. abstract def headRef: S.Var[C]
    Attributes
    protected
  2. abstract def lastRef: S.Var[C]
    Attributes
    protected
  3. abstract def modifiableOption: Option[Modifiable[S, E[S]]]
    Definition Classes
    List
  4. abstract def sizeRef: S.Var[Int]
    Attributes
    protected
  5. abstract def targets: Targets[S]
    Attributes
    protected
    Definition Classes
    Node
  6. abstract def tpe: Type
    Definition Classes
    Obj → Elem

Concrete 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 addHead(elem: A)(implicit tx: S.Tx): Unit
    Definition Classes
    ImplModifiable
  5. final def addLast(elem: A)(implicit tx: S.Tx): Unit
    Definition Classes
    ImplModifiable
  6. final def apply(idx: Int)(implicit tx: S.Tx): A
    Definition Classes
    ImplList
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def attr(implicit tx: S.Tx): AttrMap[S]
    Definition Classes
    Obj
  9. final def clear()(implicit tx: S.Tx): Unit
    Definition Classes
    ImplModifiable
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def dispose()(implicit tx: S.Tx): Unit
    Definition Classes
    Node → Disposable
  12. final def disposeData()(implicit tx: S.Tx): Unit
    Attributes
    protected
    Definition Classes
    Impl → Node
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(that: Any): Boolean
    Definition Classes
    Identifiable → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def foreach(fun: (A) ⇒ Unit)(implicit tx: S.Tx): Unit
    Attributes
    protected
  17. final def get(idx: Int)(implicit tx: S.Tx): Option[A]
    Definition Classes
    ImplList
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int
    Definition Classes
    Identifiable → AnyRef → Any
  20. final def head(implicit tx: S.Tx): A
    Definition Classes
    ImplList
  21. final def headOption(implicit tx: S.Tx): Option[A]
    Definition Classes
    ImplList
  22. final def id: S.ID
    Definition Classes
    Node → Identifiable
  23. final def indexOf(elem: A)(implicit tx: S.Tx): Int

     Note: this is an O(n) operation.

     Note: this is an O(n) operation.

    Definition Classes
    ImplList
  24. def insert(index: Int, elem: A)(implicit tx: S.Tx): Unit
    Definition Classes
    ImplModifiable
  25. final def isEmpty(implicit tx: S.Tx): Boolean
    Definition Classes
    ImplList
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def iterator(implicit tx: S.Tx): Iterator[A]
    Definition Classes
    ImplList
  28. final def last(implicit tx: S.Tx): A
    Definition Classes
    ImplList
  29. final def lastOption(implicit tx: S.Tx): Option[A]
    Definition Classes
    ImplList
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def nonEmpty(implicit tx: S.Tx): Boolean
    Definition Classes
    ImplList
  32. final def notify(): Unit
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  34. final def remove(elem: A)(implicit tx: S.Tx): Boolean
    Definition Classes
    ImplModifiable
  35. final def removeAt(index: Int)(implicit tx: S.Tx): A
    Definition Classes
    ImplModifiable
  36. final def removeHead()(implicit tx: S.Tx): A
    Definition Classes
    ImplModifiable
  37. final def removeLast()(implicit tx: S.Tx): A
    Definition Classes
    ImplModifiable
  38. final def size(implicit tx: S.Tx): Int
    Definition Classes
    ImplList
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    Node → AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def write(out: DataOutput): Unit
    Definition Classes
    Node → Writable
  45. final def writeData(out: DataOutput): Unit
    Attributes
    protected
    Definition Classes
    Impl → Node
  46. implicit object CellSer extends Serializer[S.Tx, S.Acc, C]
    Attributes
    protected
  47. object changed extends Changed with Generator[S, Update[S, A]] with Root[S, Update[S, A]]
    Definition Classes
    Impl → SingleNode → Publisher

Inherited from SingleNode[S, Update[S, E[S]]]

Inherited from Modifiable[S, E[S]]

Inherited from Node[S]

Inherited from List[S, E[S]]

Inherited from Obj[S]

Inherited from Mutable[S.ID, S.Tx]

Inherited from Identifiable[S.ID]

Inherited from Elem[S]

Inherited from Publisher[S, Update[S, E[S]]]

Inherited from Disposable[S.Tx]

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped