Observer

Undocumented in source.

Constructors

this
this(Subscriber subscriber)
Undocumented in source.

Members

Aliases

Subscriber
alias Subscriber = void delegate(Observer!(E))
Undocumented in source.

Functions

subscribe
Sub subscribe(NextFunc onNext, ErrorFunc onError, CompletedFunc onCompleted)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta