Packages

object AuralObj

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

Type Members

  1. trait Action[T <: Txn[T]] extends AuralObj[T]
  2. trait Container[T <: Txn[T], +Self <: Container[T, Self]] extends AuralObj[T]
  3. trait Control[T <: Txn[T]] extends AuralObj[T]
  4. trait Factory extends AnyRef
  5. trait Folder[T <: Txn[T]] extends FolderLike[T, Folder[T]]
  6. trait FolderLike[T <: Txn[T], Self <: FolderLike[T, Self]] extends Container[T, Self]
  7. trait Proc[T <: Txn[T]] extends AuralObj[T]
  8. final case class TargetPlaying(wallClock: Long, timeRef: TimeRef) extends TargetState with Product with Serializable
  9. sealed trait TargetState extends AnyRef
  10. trait Timeline[T <: Txn[T]] extends Container[T, Timeline[T]]

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. def addFactory(f: Factory): Unit
  5. def apply[T <: Txn[T]](obj: Obj[T], attr: Attr[T] = Runner.emptyAttr[T])(implicit tx: T, context: AuralContext[T]): AuralObj[T]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def factories: Iterable[Factory]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. object Action extends Factory
  23. object Container
  24. object Control extends Factory
  25. object Folder extends Factory
  26. object Proc extends Factory
  27. case object TargetPrepared extends TargetState with Product with Serializable
  28. case object TargetStop extends TargetState with Product with Serializable
  29. object Timeline extends Factory

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