subscribeIgnoringResult

fun <T : Any> Single<T>.subscribeIgnoringResult()

Calls subscribe on this, with an empty function for both onSuccess and onError.


fun Completable.subscribeIgnoringResult()

Calls subscribe on this, with an empty function for both onComplete and onError.


fun <T : Any> Observable<T>.subscribeIgnoringResult()

Calls subscribe on this, with an empty function for onNext and onError