Skip to content

Commit 97ebd2c

Browse files
UMFsimkeakarnokd
authored andcommitted
Add marble diagram for Single.repeatUntil operator (#6084)
* Add marble diagram for Single.repeatUntil operator * Use proper URL for marble
1 parent ccfa4bf commit 97ebd2c

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
@@ -3119,6 +3119,8 @@ public final Flowable<T> repeatWhen(Function<? super Flowable<Object>, ? extends
31193119

31203120
/**
31213121
* Re-subscribes to the current Single until the given BooleanSupplier returns true.
3122+
* <p>
3123+
* <img width="640" height="463" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Single.repeatUntil.png" alt="">
31223124
* <dl>
31233125
* <dt><b>Backpressure:</b></dt>
31243126
* <dd>The returned {@code Flowable} honors the backpressure of the downstream consumer.</dd>

0 commit comments

Comments
 (0)