Skip to content

Commit 1f47d11

Browse files
committed
startWith(observable) marble diagram
1 parent 18916d1 commit 1f47d11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rxjava-core/src/main/java/rx/Observable.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6449,10 +6449,10 @@ public final Observable<T> skipWhileWithIndex(Func2<? super T, Integer, Boolean>
64496449
}
64506450

64516451
/**
6452-
* Returns an Observable that emits the items in a specified {@link Observable} before it begins to emit items
6453-
* emitted by the source Observable.
6452+
* Returns an Observable that emits the items in a specified {@link Observable} before it begins to emit
6453+
* items emitted by the source Observable.
64546454
* <p>
6455-
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/startWith.png">
6455+
* <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/startWith.o.png">
64566456
*
64576457
* @param values
64586458
* an Observable that contains the items you want the modified Observable to emit first

0 commit comments

Comments
 (0)