Observer

Undocumented in source.

Constructors

this
this(Action!T nextCallback)
Undocumented in source.
this
this(Action!T nextCallback, Action!Exception errorCallback)
Undocumented in source.
this
this(Action!T nextCallback, Action!Exception errorCallback, Delegate completedCallback)
Undocumented in source.

Members

Functions

onCompleted
void onCompleted()
Undocumented in source. Be warned that the author may not have intended to support it.
onError
void onError(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
onNext
void onNext(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta