Packages

object Program

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AudioCue: TypeT[Unit, Ex[ExImport.AudioCue]]
  5. val Boolean: TypeT[Unit, Ex[Boolean]]
  6. val Color: TypeT[Unit, Ex[ExImport.Color]]
  7. val Curve: TypeT[Unit, Ex[ExImport.Curve]]
  8. val Double: TypeT[Unit, Ex[Double]]
  9. val DoubleVec: TypeT[Unit, Ex[IndexedSeq[Double]]]
  10. val FadeSpec: TypeT[Unit, Ex[ExImport.FadeSpec]]
  11. val Int: TypeT[Unit, Ex[Int]]
  12. val IntVec: TypeT[Unit, Ex[IndexedSeq[Int]]]
  13. val Long: TypeT[Unit, Ex[Long]]
  14. val ParamSpec: TypeT[Unit, Ex[ExImport.ParamSpec]]
  15. val Span: TypeT[Unit, Ex[ExImport.Span]]
  16. val SpanLike: TypeT[Unit, Ex[ExImport.SpanLike]]
  17. val String: TypeT[Unit, Ex[String]]
  18. def Type[A, Repr[~ <: Txn[~]] <: Expr[~, A]](defaultValueSource: String, examples: Seq[Example] = Nil)(implicit peer: lucre.Expr.Type[A, Repr]): TypeT[Unit, Ex[A]]
  19. def TypeCl[A, Repr[~ <: Txn[~]] <: Expr[~, A]](defaultValueSource: String, cl: Class[A], examples: Seq[Example] = Nil)(implicit peer: lucre.Expr.Type[A, Repr]): TypeT[Unit, Ex[A]]
  20. val Warp: TypeT[Unit, Ex[ExImport.Warp]]
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. def find[A, Repr[~ <: Txn[~]] <: Expr[~, A]](peer: lucre.Expr.Type[A, Repr]): Option[TypeT[Unit, Ex[A]]]
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. val seq: Seq[Type]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped