ObservableObject

Class that implements Observable interface and wraps the subscribe method in virtual function.

class ObservableObject : Observable!E(
R
E
) {}

Constructors

this
this(R observable)
Undocumented in source.

Members

Functions

subscribe
Disposable subscribe(Observer!E observer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta