de.sciss.lucre

expr

package expr

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. expr
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Expr[S <: Sys[S], A] extends Writable with Disposable[expr.Expr.S.Tx]

  2. trait LinkedList[S <: Sys[S], Elem, U] extends Node[S]

    An observable linked list with fast head and last operations.

  3. trait Type[A] extends TypeLike[A, [$tilde]Expr[~, A]]

  4. trait TypeLike[A, Repr[S <: Sys[S]] <: Expr[S, A]] extends AnyRef

Value Members

  1. object BuildInfo

  2. object Expr

  3. object LinkedList

  4. implicit def any2stringadd(x: Any): Any

    The no-op method shadows the crappy scala.Predef.any2stringadd which prevents any DSL from using the plus operator.

  5. package impl

Inherited from AnyRef

Inherited from Any

Ungrouped