class RxPromise.1 extends io.reactivex.Observer<T>
| Constructor and description |
|---|
RxPromise.1() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
onComplete() |
|
void |
onError(java.lang.Throwable e) |
|
void |
onNext(T t) |
|
void |
onSubscribe(io.reactivex.disposables.Disposable d) |