File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/java/io/reactivex Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1162,6 +1162,8 @@ public static <T> Flowable<T> mergeDelayError(
1162
1162
1163
1163
/**
1164
1164
* Returns a singleton instance of a never-signalling Single (only calls onSubscribe).
1165
+ * <p>
1166
+ * <img width="640" height="244" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.never.png" alt="">
1165
1167
* <dl>
1166
1168
* <dt><b>Scheduler:</b></dt>
1167
1169
* <dd>{@code never} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -2603,7 +2605,7 @@ public final T blockingGet() {
2603
2605
* Example:
2604
2606
* <pre><code>
2605
2607
* // Step 1: Create the consumer type that will be returned by the SingleOperator.apply():
2606
- *
2608
+ *
2607
2609
* public final class CustomSingleObserver<T> implements SingleObserver<T>, Disposable {
2608
2610
*
2609
2611
* // The downstream's SingleObserver that will receive the onXXX events
You can’t perform that action at this time.
0 commit comments