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 a86425a commit f327480Copy full SHA for f327480
src/test/java/io/reactivex/TestHelper.java
@@ -642,6 +642,7 @@ public static void doubleOnSubscribe(MaybeObserver<?> subscriber) {
642
/**
643
* Checks if the upstream's Subscription sent through the onSubscribe reports
644
* isCancelled properly before and after calling dispose.
645
+ * @param <T> the input value type
646
* @param source the source to test
647
*/
648
public static <T> void checkDisposed(Flowable<T> source) {
0 commit comments