Subject

Undocumented in source.

Members

Aliases

ElementType
alias ElementType = E
Undocumented in source.
NextFunc
alias NextFunc = void delegate(ElementType)
Undocumented in source.
Sub
alias Sub = Subscription!(Subject!E)
Undocumented in source.

Functions

dispose
void dispose(Sub s)
Undocumented in source. Be warned that the author may not have intended to support it.
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(ElementType e)
Undocumented in source. Be warned that the author may not have intended to support it.
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