object Program
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Program
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AudioCue: TypeT[Unit, Ex[ExImport.AudioCue]]
- val Boolean: TypeT[Unit, Ex[Boolean]]
- val Color: TypeT[Unit, Ex[ExImport.Color]]
- val Curve: TypeT[Unit, Ex[ExImport.Curve]]
- val Double: TypeT[Unit, Ex[Double]]
- val DoubleVec: TypeT[Unit, Ex[IndexedSeq[Double]]]
- val FadeSpec: TypeT[Unit, Ex[ExImport.FadeSpec]]
- val Int: TypeT[Unit, Ex[Int]]
- val IntVec: TypeT[Unit, Ex[IndexedSeq[Int]]]
- val Long: TypeT[Unit, Ex[Long]]
- val ParamSpec: TypeT[Unit, Ex[ExImport.ParamSpec]]
- val Span: TypeT[Unit, Ex[ExImport.Span]]
- val SpanLike: TypeT[Unit, Ex[ExImport.SpanLike]]
- val String: TypeT[Unit, Ex[String]]
- def Type[A, Repr[~ <: Txn[~]] <: Expr[~, A]](defaultValueSource: String, examples: Seq[Example] = Nil)(implicit peer: lucre.Expr.Type[A, Repr]): TypeT[Unit, Ex[A]]
- 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]]
- val Warp: TypeT[Unit, Ex[ExImport.Warp]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def find[A, Repr[~ <: Txn[~]] <: Expr[~, A]](peer: lucre.Expr.Type[A, Repr]): Option[TypeT[Unit, Ex[A]]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val seq: Seq[Type]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated