trait Transport[T <: Txn[T]] extends Disposable[T] with Observable[T, Update[T]]
New reduced definition of a t_(P) transport mechanism.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Transport
- Observable
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def addObject(obj: Obj[T])(implicit tx: T): Unit
Adds an object to be transported.
Adds an object to be transported. Throws an exception if the object had already been added
- abstract def contextOption(implicit tx: T): Option[AuralContext[T]]
- abstract def dispose()(implicit tx: T): Unit
- Definition Classes
- Disposable
- abstract def getView(obj: Obj[T])(implicit tx: T): Option[AuralObj[T]]
- abstract def getViewById(id: Ident[T])(implicit tx: T): Option[AuralObj[T]]
- abstract def isPlaying(implicit tx: T): Boolean
- abstract def play()(implicit tx: T): Unit
- abstract def position(implicit tx: T): Long
- abstract def react(fun: (T) => (Update[T]) => Unit)(implicit tx: T): Disposable[T]
Registers a live observer with this observable.
Registers a live observer with this observable. The method is called with the observing function which receives the observable's update message of type
A
, and the method generates an opaqueDisposable
instance, which may be used to remove the observer eventually (through thedispose
method).- Definition Classes
- Observable
- abstract def removeObject(obj: Obj[T])(implicit tx: T): Unit
- abstract def scheduler: Scheduler[T]
- abstract def seek(position: Long)(implicit tx: T): Unit
- abstract def stop()(implicit tx: T): Unit
- implicit abstract val universe: Universe[T]
- abstract def views(implicit tx: T): Set[AuralObj[T]]
Concrete 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
- 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()
- def containsObject(obj: Obj[T])(implicit tx: T): Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- 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