- Companion
- object
Value members
Abstract methods
Inherited methods
The node reference associated with the process. A Some
value indicates that
at least one instance view is playing, whereas a None
value indicates that
there is no actively playing instance view at the moment.
The node reference associated with the process. A Some
value indicates that
at least one instance view is playing, whereas a None
value indicates that
there is no actively playing instance view at the moment.
- Inherited from
- Proc
Prepares the view to be able to run
.
Prepares the view to be able to run
.
- Value Params
- timeRef
an optional context of temporal position
- Inherited from
- AuralViewBase
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 opaque Disposable
instance, which may be used to
remove the observer eventually (through the dispose
method).
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 opaque Disposable
instance, which may be used to
remove the observer eventually (through the dispose
method).
- Inherited from
- Observable
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
Runs the view, whatever that means for the particular object. If the object is not
prepared and needs preparing, the view will take care of running the prepare
step
(without mapping any attr
map).
Runs the view, whatever that means for the particular object. If the object is not
prepared and needs preparing, the view will take care of running the prepare
step
(without mapping any attr
map).
- Inherited from
- AuralViewBase