We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fa4af commit f41ec48Copy full SHA for f41ec48
src/main/kotlin/io/reactivex/rxkotlin3/subscribers.kt
@@ -130,7 +130,6 @@ fun <T : Any> Single<T>.blockingSubscribeBy(
130
/**
131
* Overloaded blockingSubscribe function that allows passing named parameters
132
*/
133
-@CheckReturnValue
134
@SchedulerSupport(SchedulerSupport.NONE)
135
fun Completable.blockingSubscribeBy(
136
onError: (Throwable) -> Unit = onErrorStub,
0 commit comments