Skip to content

Commit d4c1da0

Browse files
UMFsimkeakarnokd
authored andcommitted
Add marble diagram for Single.hide operator (#6077)
* Add marble diagram for Single.hide operator * Use correct marble diagram URL for Single.hide method
1 parent 7e301d4 commit d4c1da0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/io/reactivex/Single.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,6 +1877,8 @@ public final <R> R as(@NonNull SingleConverter<T, ? extends R> converter) {
18771877
/**
18781878
* Hides the identity of the current Single, including the Disposable that is sent
18791879
* to the downstream via {@code onSubscribe()}.
1880+
* <p>
1881+
* <img width="640" height="458" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.hide.png" alt="">
18801882
* <dl>
18811883
* <dt><b>Scheduler:</b></dt>
18821884
* <dd>{@code hide} does not operate by default on a particular {@link Scheduler}.</dd>

0 commit comments

Comments
 (0)