de.sciss.lucre.expr.impl.ListImpl

Impl

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
Learn more about member selection
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit object CellSer extends Serializer[S.Tx, S.Acc, C]

    Attributes
    protected
  7. final def addHead(elem: A)(implicit tx: S.Tx): Unit

    Definition Classes
    ImplModifiable
  8. final def addLast(elem: A)(implicit tx: S.Tx): Unit

    Definition Classes
    ImplModifiable
  9. final def apply(idx: Int)(implicit tx: S.Tx): A

    Definition Classes
    ImplList
  10. final def asInstanceOf[T0]: T0

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

    Definition Classes
    Obj
  12. object changed extends Changed with Generator[S, Update[S, A]] with Root[S, Update[S, A]]

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

    Definition Classes
    ImplModifiable
  14. def clone(): AnyRef

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

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

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

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

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

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

    Attributes
    protected
  21. final def get(idx: Int)(implicit tx: S.Tx): Option[A]

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

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

    Definition Classes
    Identifiable → AnyRef → Any
  24. final def head(implicit tx: S.Tx): A

    Definition Classes
    ImplList
  25. final def headOption(implicit tx: S.Tx): Option[A]

    Definition Classes
    ImplList
  26. final def id: S.ID

    Definition Classes
    Node → Identifiable
  27. 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
  28. def insert(index: Int, elem: A)(implicit tx: S.Tx): Unit

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

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

    Definition Classes
    Any
  31. final def iterator(implicit tx: S.Tx): Iterator[A]

    Definition Classes
    ImplList
  32. final def last(implicit tx: S.Tx): A

    Definition Classes
    ImplList
  33. final def lastOption(implicit tx: S.Tx): Option[A]

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

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

    Definition Classes
    ImplList
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. final def remove(elem: A)(implicit tx: S.Tx): Boolean

    Definition Classes
    ImplModifiable
  39. final def removeAt(index: Int)(implicit tx: S.Tx): A

    Definition Classes
    ImplModifiable
  40. final def removeHead()(implicit tx: S.Tx): A

    Definition Classes
    ImplModifiable
  41. final def removeLast()(implicit tx: S.Tx): A

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

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

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Impl → Node

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