We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9eb4f commit 68f94f0Copy full SHA for 68f94f0
src/main/java/io/reactivex/plugins/RxJavaPlugins.java
@@ -86,6 +86,7 @@ public final class RxJavaPlugins {
86
@Nullable
87
static volatile Function<? super Single, ? extends Single> onSingleAssembly;
88
89
+ @Nullable
90
static volatile Function<? super Completable, ? extends Completable> onCompletableAssembly;
91
92
@SuppressWarnings("rawtypes")
0 commit comments