Class

de.sciss.lucre.stm.impl.ListImpl

Impl

Related Doc: package ListImpl

Permalink

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

Self Type
Impl[S, E, Repr] with Repr
Linear Supertypes
SingleNode[S, Update[S, E[S], Repr]], 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], List[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()

    Permalink

Type Members

  1. type A = E[S]

    Permalink
  2. final type C = Cell[S, (Impl.this)#A]

    Permalink
    Attributes
    protected
  3. trait Changed extends SingleEvent[S, A]

    Permalink
    Definition Classes
    SingleNode
  4. type ListAux[~ <: Sys[~]] = List[~, E[~]]

    Permalink
    Attributes
    protected

Abstract Value Members

  1. abstract def headRef: S.Var[(Impl.this)#C]

    Permalink
    Attributes
    protected
  2. abstract def lastRef: S.Var[(Impl.this)#C]

    Permalink
    Attributes
    protected
  3. abstract def modifiableOption: Option[Modifiable[S, E[S]]]

    Permalink
    Definition Classes
    List
  4. abstract def sizeRef: S.Var[Int]

    Permalink
    Attributes
    protected
  5. abstract def targets: Targets[S]

    Permalink
    Attributes
    protected
    Definition Classes
    Node
  6. abstract def tpe: Type

    Permalink
    Definition Classes
    Obj → Elem

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object CellSer extends Serializer[S.Tx, S.Acc, (Impl.this)#C]

    Permalink
    Attributes
    protected
  5. final def addHead(elem: (Impl.this)#A)(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ImplModifiable
  6. final def addLast(elem: (Impl.this)#A)(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ImplModifiable
  7. final def apply(idx: Int)(implicit tx: S.Tx): (Impl.this)#A

    Permalink
    Definition Classes
    ImplList
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. final def attr(implicit tx: S.Tx): AttrMap[S]

    Permalink
    Definition Classes
    Obj
  10. object changed extends (Impl.this)#Changed with RootGenerator[S, Update[S, (Impl.this)#A, Repr]]

    Permalink
    Definition Classes
    Impl → SingleNode → Modifiable → Publisher
  11. final def clear()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ImplModifiable
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    Node → Disposable
  14. final def disposeData()(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Impl → Node
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def foreach(fun: ((Impl.this)#A) ⇒ Unit)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
  19. final def get(idx: Int)(implicit tx: S.Tx): Option[(Impl.this)#A]

    Permalink
    Definition Classes
    ImplList
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  22. final def head(implicit tx: S.Tx): (Impl.this)#A

    Permalink
    Definition Classes
    ImplList
  23. final def headOption(implicit tx: S.Tx): Option[(Impl.this)#A]

    Permalink
    Definition Classes
    ImplList
  24. final def id: S.Id

    Permalink
    Definition Classes
    Node → Identifiable
  25. final def indexOf(elem: (Impl.this)#A)(implicit tx: S.Tx): Int

    Permalink

     Note: this is an O(n) operation.

     Note: this is an O(n) operation.

    Definition Classes
    ImplList
  26. def insert(index: Int, elem: (Impl.this)#A)(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ImplModifiable
  27. final def isEmpty(implicit tx: S.Tx): Boolean

    Permalink
    Definition Classes
    ImplList
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def iterator(implicit tx: S.Tx): Iterator[(Impl.this)#A]

    Permalink
    Definition Classes
    ImplList
  30. final def last(implicit tx: S.Tx): (Impl.this)#A

    Permalink
    Definition Classes
    ImplList
  31. final def lastOption(implicit tx: S.Tx): Option[(Impl.this)#A]

    Permalink
    Definition Classes
    ImplList
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def nonEmpty(implicit tx: S.Tx): Boolean

    Permalink
    Definition Classes
    ImplList
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def remove(elem: (Impl.this)#A)(implicit tx: S.Tx): Boolean

    Permalink
    Definition Classes
    ImplModifiable
  37. final def removeAt(index: Int)(implicit tx: S.Tx): (Impl.this)#A

    Permalink
    Definition Classes
    ImplModifiable
  38. final def removeHead()(implicit tx: S.Tx): (Impl.this)#A

    Permalink
    Definition Classes
    ImplModifiable
  39. final def removeLast()(implicit tx: S.Tx): (Impl.this)#A

    Permalink
    Definition Classes
    ImplModifiable
  40. final def size(implicit tx: S.Tx): Int

    Permalink
    Definition Classes
    ImplList
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    Node → AnyRef → Any
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def write(out: DataOutput): Unit

    Permalink
    Definition Classes
    Node → Writable
  47. final def writeData(out: DataOutput): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Impl → Node

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

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], List[S, E[S]]]]

Inherited from Disposable[S.Tx]

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped