CompletableSubscribeProxy

Subscribe proxy that matches Completable's subscribe overloads.

Functions

Link copied to clipboard
abstract fun subscribe(): Disposable
Proxy for subscribe.
abstract fun subscribe(observer: CompletableObserver)
Proxy for subscribe.
abstract fun subscribe(action: Action): Disposable
Proxy for subscribe.
abstract fun subscribe(action: Action, onError: Consumer<out Any>): Disposable
Proxy for subscribe.
Link copied to clipboard
Proxy for subscribeWith.
Link copied to clipboard
Proxy for test.
abstract fun test(dispose: Boolean): TestObserver<Void>
Proxy for test.