Package

de.sciss.lucre

stm

Permalink

package stm

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. stm
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Folder[S <: Sys[S]] extends Modifiable[S, Obj[S]]

    Permalink
  2. trait List[S <: Sys[S], A] extends Obj[S] with Publisher[S, Update[S, A, List[S, A]]]

    Permalink

    An observable linked list with fast head and last operations.

    An observable linked list with fast head and last operations. This is the read-only layer, see List.Modifiable for a mutable list.

    The list will report insertions and deletions.

    A

    the element type of the list

  3. trait Workspace[S <: Sys[S]] extends Disposable[stm.Workspace.S.Tx]

    Permalink

Value Members

  1. object Folder extends Type

    Permalink
  2. object List extends Type

    Permalink
  3. object Workspace

    Permalink
  4. package impl

    Permalink
  5. var showLog: Boolean

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped