ObservableRange

Undocumented in source.

Constructors

this
this(R r)
Undocumented in source.

Members

Aliases

NextFunc
alias NextFunc = void delegate(ElementType!R)
Undocumented in source.
Sub
alias Sub = Subscription!(ObservableRange!R)
Undocumented in source.

Functions

dispose
void dispose(Sub s)
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