de.sciss.synth.proc.Grapheme

Elem

object Elem extends BiType[Value]

Linear Supertypes
BiType[Value], Type[Value], TypeLike[Value, [$tilde]Expr[~, Value]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Elem
  2. BiType
  3. Type
  4. TypeLike
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Audio[S <: Sys[S]] extends Elem[S] with Expr[S, Value.Audio]

  2. final type Change = model.Change[Value]

    Attributes
    protected
    Definition Classes
    Type
  3. sealed trait Curve[S <: Sys[S]] extends Elem[S] with Expr[S, Value.Curve]

  4. final type Ex[S <: Sys[S]] = Expr[S, Value]

    Attributes
    protected
    Definition Classes
    Type
  5. final type ExN[S <: Sys[S]] = Expr[S, Value] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    Type
  6. type ReprConst[S <: Sys[S]] = Expr[S, Value] with lucre.expr.Expr.Const[S, Value]

    Attributes
    protected
    Definition Classes
    TypeLike
  7. type ReprNode[S <: Sys[S]] = Expr[S, Value] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    TypeLike
  8. type ReprVar[S <: Sys[S]] = Expr[S, Value] with lucre.expr.Expr.Var[S, Value]

    Attributes
    protected
    Definition Classes
    TypeLike
  9. final class Tuple1[S <: Sys[S], T1] extends NodeImpl[S, A]

    Definition Classes
    TypeLike
  10. trait Tuple1Op[T1] extends TupleOp

    Definition Classes
    TypeLike
  11. final class Tuple2[S <: Sys[S], T1, T2] extends NodeImpl[S, A]

    Definition Classes
    TypeLike
  12. trait Tuple2Op[T1, T2] extends TupleOp

    Definition Classes
    TypeLike
  13. sealed trait TupleOp extends AnyRef

    Definition Classes
    TypeLike

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. object Audio extends Type[Value.Audio]

  7. object Curve extends Type[Value.Curve]

  8. implicit object ValueSer extends ImmutableSerializer[A]

    Definition Classes
    BiType
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. final def change[S <: Sys[S]](before: Value, now: Value): Option[model.Change[Value]]

    Definition Classes
    TypeLike
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def longType: BiType[Long]

    Definition Classes
    Elem → BiType
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def newConfluentVar[S <: Sys[S]](init: Ex[S])(implicit tx: lucre.expr.Type.newConfluentVar.S.Tx): lucre.expr.Expr.Var[S, Value]

    Definition Classes
    Type → TypeLike
  21. final def newConst[S <: Sys[S]](value: Value): lucre.expr.Expr.Const[S, Value]

    Definition Classes
    Type → TypeLike
  22. final def newVar[S <: Sys[S]](init: Ex[S])(implicit tx: lucre.expr.Type.newVar.S.Tx): lucre.expr.Expr.Var[S, Value]

    Definition Classes
    Type → TypeLike
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. final def readConst[S <: Sys[S]](in: DataInput): lucre.expr.Expr.Const[S, Value]

    Definition Classes
    Type → TypeLike
  26. final def readExpr[S <: Sys[S]](in: DataInput, access: lucre.expr.TypeLike.readExpr.S.Acc)(implicit tx: lucre.expr.TypeLike.readExpr.S.Tx): Expr[S, Value]

    Definition Classes
    TypeLike
  27. def readTuple[S <: Sys[S]](cookie: Int, in: DataInput, access: Elem.readTuple.S.Acc, targets: Targets[S])(implicit tx: Elem.readTuple.S.Tx): Elem[S] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    Elem → TypeLike
  28. def readValue(in: DataInput): Value

    Definition Classes
    Elem → Type → TypeLike
  29. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.Type.readVar.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.Type.readVar.S.Tx): ReprVar[S] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    Type → TypeLike
  30. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.Type.readVar.S.Acc)(implicit tx: lucre.expr.Type.readVar.S.Tx): lucre.expr.Expr.Var[S, Value]

    Definition Classes
    Type → TypeLike
  31. implicit final def serializer[S <: Sys[S]]: Serializer[S, Expr[S, Value]]

    Definition Classes
    TypeLike
  32. def spanLikeType: BiType[SpanLike]

    Definition Classes
    Elem → BiType
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final val typeID: Int(11)

    Definition Classes
    Elem → BiType
  36. implicit final def varSerializer[S <: Sys[S]]: Serializer[S, ReprVar[S]]

    Definition Classes
    TypeLike
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def writeValue(value: Value, out: DataOutput): Unit

    Definition Classes
    Elem → Type → TypeLike

Inherited from BiType[Value]

Inherited from Type[Value]

Inherited from TypeLike[Value, [$tilde]Expr[~, Value]]

Inherited from AnyRef

Inherited from Any

Ungrouped