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 @@ -5078,7 +5078,7 @@ public final Iterable<T> blockingIterable() {
5078
5078
/**
5079
5079
* Converts this {@code Observable} into an {@link Iterable}.
5080
5080
* <p>
5081
- * <img width="640" height="315" src="https://github.com/ReactiveX/RxJava/wiki/images/rx-operators/B.toIterable .png" alt="">
5081
+ * <img width="640" height="315" src="https://github.com/ReactiveX/RxJava/wiki/images/rx-operators/blockingIterable.o .png" alt="">
5082
5082
* <dl>
5083
5083
* <dt><b>Scheduler:</b></dt>
5084
5084
* <dd>{@code blockingIterable} does not operate by default on a particular {@link Scheduler}.</dd>
@@ -5151,6 +5151,8 @@ public final T blockingLast(T defaultItem) {
5151
5151
* Returns an {@link Iterable} that returns the latest item emitted by this {@code Observable},
5152
5152
* waiting if necessary for one to become available.
5153
5153
* <p>
5154
+ * <img width="640" height="350" src="https://github.com/ReactiveX/RxJava/wiki/images/rx-operators/blockingLatest.o.png" alt="">
5155
+ * <p>
5154
5156
* If this {@code Observable} produces items faster than {@code Iterator.next} takes them,
5155
5157
* {@code onNext} events might be skipped, but {@code onError} or {@code onComplete} events are not.
5156
5158
* <p>
You can’t perform that action at this time.
0 commit comments