- 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(T 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.