@@ -31,7 +31,7 @@ public static <T> JoinObservable<T> from(Observable<T> o) {
31
31
/**
32
32
* Returns a Pattern that matches when both Observables emit an item.
33
33
* <p>
34
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
34
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
35
35
*
36
36
* @param right
37
37
* an Observable to match with the source Observable
@@ -48,7 +48,7 @@ public final <T2> Pattern2<T, T2> and(Observable<T2> right) {
48
48
/**
49
49
* Joins together the results from several patterns via their plans.
50
50
* <p>
51
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
51
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
52
52
*
53
53
* @param plans
54
54
* a series of plans created by use of the {@link #then} Observer on patterns
@@ -68,7 +68,7 @@ public final static <R> JoinObservable<R> when(Iterable<? extends Plan0<R>> plan
68
68
/**
69
69
* Joins together the results from several patterns via their plans.
70
70
* <p>
71
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
71
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
72
72
*
73
73
* @param plans
74
74
* a series of plans created by use of the {@link #then} Observer on patterns
@@ -85,7 +85,7 @@ public final static <R> JoinObservable<R> when(Plan0<R>... plans) {
85
85
/**
86
86
* Joins the results from a pattern via its plan.
87
87
* <p>
88
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
88
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
89
89
*
90
90
* @param p1
91
91
* the plan to join, created by use of the {@link #then} Observer on a pattern
@@ -101,7 +101,7 @@ public final static <R> JoinObservable<R> when(Plan0<R> p1) {
101
101
/**
102
102
* Joins together the results from two patterns via their plans.
103
103
* <p>
104
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
104
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
105
105
*
106
106
* @param p1
107
107
* a plan, created by use of the {@link #then} Observer on a pattern
@@ -119,7 +119,7 @@ public final static <R> JoinObservable<R> when(Plan0<R> p1, Plan0<R> p2) {
119
119
/**
120
120
* Joins together the results from three patterns via their plans.
121
121
* <p>
122
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
122
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
123
123
*
124
124
* @param p1
125
125
* a plan, created by use of the {@link #then} Observer on a pattern
@@ -139,7 +139,7 @@ public final static <R> JoinObservable<R> when(Plan0<R> p1, Plan0<R> p2, Plan0<R
139
139
/**
140
140
* Joins together the results from four patterns via their plans.
141
141
* <p>
142
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
142
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
143
143
*
144
144
* @param p1
145
145
* a plan, created by use of the {@link #then} Observer on a pattern
@@ -161,7 +161,7 @@ public final static <R> JoinObservable<R> when(Plan0<R> p1, Plan0<R> p2, Plan0<R
161
161
/**
162
162
* Joins together the results from five patterns via their plans.
163
163
* <p>
164
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
164
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
165
165
*
166
166
* @param p1
167
167
* a plan, created by use of the {@link #then} Observer on a pattern
@@ -185,7 +185,7 @@ public final static <R> JoinObservable<R> when(Plan0<R> p1, Plan0<R> p2, Plan0<R
185
185
/**
186
186
* Joins together the results from six patterns via their plans.
187
187
* <p>
188
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
188
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
189
189
*
190
190
* @param p1
191
191
* a plan, created by use of the {@link #then} Observer on a pattern
@@ -211,7 +211,7 @@ public final static <R> JoinObservable<R> when(Plan0<R> p1, Plan0<R> p2, Plan0<R
211
211
/**
212
212
* Joins together the results from seven patterns via their plans.
213
213
* <p>
214
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
214
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
215
215
*
216
216
* @param p1
217
217
* a plan, created by use of the {@link #then} Observer on a pattern
@@ -239,7 +239,7 @@ public final static <R> JoinObservable<R> when(Plan0<R> p1, Plan0<R> p2, Plan0<R
239
239
/**
240
240
* Joins together the results from eight patterns via their plans.
241
241
* <p>
242
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
242
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
243
243
*
244
244
* @param p1
245
245
* a plan, created by use of the {@link #then} Observer on a pattern
@@ -269,7 +269,7 @@ public final static <R> JoinObservable<R> when(Plan0<R> p1, Plan0<R> p2, Plan0<R
269
269
/**
270
270
* Joins together the results from nine patterns via their plans.
271
271
* <p>
272
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
272
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
273
273
*
274
274
* @param p1
275
275
* a plan, created by use of the {@link #then} Observer on a pattern
@@ -302,7 +302,7 @@ public final static <R> JoinObservable<R> when(Plan0<R> p1, Plan0<R> p2, Plan0<R
302
302
* Matches when the Observable has an available item and projects the item by invoking the selector
303
303
* function.
304
304
* <p>
305
- * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png">
305
+ * <img width="640" src="https://raw.github.com/wiki/Netflix/RxJava/images/rx-operators/and_then_when.png" alt="" >
306
306
*
307
307
* @param selector
308
308
* selector that will be invoked for items emitted by the source Observable
0 commit comments