ReactiveProperty

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(T value)
Undocumented in source.

Members

Functions

completed
void completed()
Undocumented in source. Be warned that the author may not have intended to support it.
failure
void failure(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
auto subscribe(TObserver observer)
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
Disposable subscribe(Observer!T observer)
Undocumented in source. Be warned that the author may not have intended to support it.
value
inout(T) value()
Undocumented in source. Be warned that the author may not have intended to support it.
value
void value(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta