- Companion
- object
Value members
Abstract methods
Inherited methods
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