AuralFolderLikeImpl

trait AuralFolderLikeImpl[T <: Txn[T], View <: FolderLike[T, View]] extends FolderLike[T, View] with BasicAuralObjImpl[T]
trait ObservableImpl[T, State]
trait FolderLike[T, View]
trait Container[T, View]
trait AuralObj[T]
trait ObjViewBase[T, Unit]
trait AuralViewBase[T, Unit]
trait ViewBase[T]
trait Disposable[T]
trait Observable[T, State]
class Object
trait Matchable
class Any
View

Type members

Classlikes

object contents extends ObservableImpl[T, Update[T, View]]

Inherited types

type Repr <: Obj[T]
Inherited from
ObjViewBase

Value members

Abstract methods

protected
def mkObserver(obj: Repr)(implicit tx: T): Disposable[T]
protected
def performPlay(timeRef: TimeRef)(implicit tx: T): Unit
protected

Concrete methods

def dispose()(implicit tx: T): Unit
final
def getView(obj: Obj[T])(implicit tx: T): Option[AuralObj[T]]
final
def getViewById(id: Ident[T])(implicit tx: T): Option[AuralObj[T]]
final
def init(obj: Repr)(implicit tx: T): AuralFolderLikeImpl[T, View]
final
def prepare(timeRef: Option)(implicit tx: T): Unit
final protected
def processFolderUpdate(fUpd: Update[T])(implicit tx: T): Unit
final
def run(timeRef: Option, unit: Unit)(implicit tx: T): Unit
final protected
def startTransport(offset: Long)(implicit tx: T): Unit
final
def stop()(implicit tx: T): Unit
final
def views(implicit tx: T): Set[AuralObj[T]]

Inherited methods

final protected
def fire(update: State)(implicit tx: T): Unit
Inherited from
ObservableImpl
def folder(implicit tx: T): Folder[T]
Inherited from
FolderLike
def obj(implicit tx: T): Repr
Inherited from
AuralViewBase
def play()(implicit tx: T): Unit
Inherited from
AuralObj
final
def react(fun: T => State => Unit)(implicit tx: T): Disposable[T]
Inherited from
ObservableImpl
final
def reactNow(fun: T => State => Unit)(implicit tx: T): Disposable[T]

Like react, but also invokes the function with the current state immediately.

Like react, but also invokes the function with the current state immediately.

Inherited from
ViewBase
final
def state(implicit tx: T): State
Inherited from
BasicViewBaseImpl
protected
def stateWillChanged(now: State)(implicit tx: T): Unit
Inherited from
BasicViewBaseImpl
final protected
def state_=(now: State)(implicit tx: T): Unit
Inherited from
BasicViewBaseImpl
def tpe: Type
Inherited from
ObjViewBase