@@ -111,7 +111,7 @@ public static <T> Observable<T> create(OnSubscribe<T> f) {
111111 * {@link Observable#create(AsyncOnSubscribe) asynchronous overload}.
112112 *
113113 * <p>
114- * <img width="640 " height="200 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/create-sync.png" alt="">
114+ * <img width="527 " height="262 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/create-sync.png" alt="">
115115 * <p>
116116 * See <a href="http://go.microsoft.com/fwlink/?LinkID=205219">Rx Design Guidelines (PDF)</a> for detailed
117117 * information.
@@ -153,7 +153,7 @@ public static <S, T> Observable<T> create(SyncOnSubscribe<S, T> syncOnSubscribe)
153153 * with the {@link Observable#create(SyncOnSubscribe) synchronous overload}.
154154 *
155155 * <p>
156- * <img width="640 " height="200 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/create-async.png" alt="">
156+ * <img width="527 " height="262 " src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/create-async.png" alt="">
157157 * <p>
158158 * See <a href="http://go.microsoft.com/fwlink/?LinkID=205219">Rx Design Guidelines (PDF)</a> for detailed
159159 * information.
@@ -323,7 +323,7 @@ public Single<T> toSingle() {
323323 * {@code ignoreAllElements()}) and calls onCompleted when this source observable calls
324324 * onCompleted. Error terminal events are propagated.
325325 * <p>
326- * <img width="640 " height="295 " src=
326+ * <img width="470 " height="176 " src=
327327 * "https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/Completable.toCompletable.png"
328328 * alt="">
329329 * <dl>
@@ -5390,6 +5390,8 @@ public final Observable<T> defaultIfEmpty(final T defaultValue) {
53905390 * Returns an Observable that emits the items emitted by the source Observable or the items of an alternate
53915391 * Observable if the source Observable is empty.
53925392 * <p/>
5393+ * <p>
5394+ * <img width="410" height="164" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/switchifempty.png" alt="">
53935395 * <dl>
53945396 * <dt><b>Backpressure:</b></dt>
53955397 * <dd>If the source {@code Observable} is empty, the alternate {@code Observable} is expected to honor backpressure.
0 commit comments