Skip to content

Commit 87f8953

Browse files
committed
specify that current RxJava docs are for RxJava 1.x
a first baby step towards #139
1 parent 052752a commit 87f8953

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+76
-76
lines changed

documentation/operators/all.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h4>Sample Code</h4>
7474
</figure>
7575
{% endlang_operator %}
7676

77-
{% lang_operator RxJava all %}
77+
{% lang_operator RxJava&nbsp;1․x all %}
7878
<figure>
7979
<img src="images/all.png" style="width:100%;" alt="all" />
8080
<figcaption><p>

documentation/operators/amb.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2>Language-Specific Information:</h2>
6161
</figure>
6262
{% endlang_operator %}
6363

64-
{% lang_operator RxJava amb ambWith %}
64+
{% lang_operator RxJava&nbsp;1․x amb ambWith %}
6565
<figure>
6666
<img src="images/amb.png" style="width:100%;" alt="amb" />
6767
<figcaption><p>

documentation/operators/and-then-when.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>Language-Specific Information:</h2>
5858
</figure>
5959
{% endlang_operator %}
6060

61-
{% lang_operator RxJava and then when %}
61+
{% lang_operator RxJava&nbsp;1․x and then when %}
6262
<figure>
6363
<img src="images/and_then_when.png" style="width:100%;" alt="and/then/when" />
6464
<figcaption><p>

documentation/operators/average.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h4>Sample Code</h4>
8282
</p>
8383
{% endlang_operator %}
8484

85-
{% lang_operator RxJava averageDouble averageFloat averageInteger averageLong %}
85+
{% lang_operator RxJava&nbsp;1․x averageDouble averageFloat averageInteger averageLong %}
8686
<p>
8787
This operator is not in the RxJava core, but is part of the distinct <code>rxjava-math</code>
8888
module, where it is implemented with four type-specific operators: <code>averageDouble</code>,

documentation/operators/backpressure.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h2>Language-Specific Information:</h2>
122122
</figure>
123123
{% endlang_operator %}
124124

125-
{% lang_operator RxJava onBackpressureBuffer onBackpressureDrop onBackpressureLatest %}
125+
{% lang_operator RxJava&nbsp;1․x onBackpressureBuffer onBackpressureDrop onBackpressureLatest %}
126126
<p>
127127
RxJava implements reactive pull backpressure, and many of its operators support that form of
128128
backpressure. It also has three operators that you can apply to Observables that have not been

documentation/operators/buffer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h4>Sample Code</h4>
233233
</figure>
234234
{% endlang_operator %}
235235

236-
{% lang_operator RxJava buffer %}
236+
{% lang_operator RxJava&nbsp;1․x buffer %}
237237
<p>
238238
In RxJava there are several variants of <span class="operator">Buffer</span>:
239239
</p>

documentation/operators/catch.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h4><code>onExceptionResumeNext</code></h4>
194194
</figure>
195195
{% endlang_operator %}
196196

197-
{% lang_operator RxJava onErrorResumeNext onErrorReturn onExceptionResumeNext %}
197+
{% lang_operator RxJava&nbsp;1․x onErrorResumeNext onErrorReturn onExceptionResumeNext %}
198198
<p>
199199
RxJava implements the <span class="operator">Catch</span> operator with three distinct
200200
operators:

documentation/operators/combinelatest.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Language-Specific Information:</h2>
7878
</figure>
7979
{% endlang_operator %}
8080

81-
{% lang_operator RxJava combineLatest withLatestFrom %}
81+
{% lang_operator RxJava&nbsp;1․x combineLatest withLatestFrom %}
8282
<figure>
8383
<img src="images/combineLatest.png" style="width:100%;" alt="combineLatest" />
8484
<figcaption><p>

documentation/operators/concat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h4>Sample Code</h4>
143143
</ul>
144144
{% endlang_operator %}
145145

146-
{% lang_operator RxJava concat concatWith %}
146+
{% lang_operator RxJava&nbsp;1․x concat concatWith %}
147147
<figure>
148148
<img src="images/concat.png" style="width:100%;" alt="concat" />
149149
<figcaption><p>

documentation/operators/connect.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>Language-Specific Information:</h2>
7373
</figure>
7474
{% endlang_operator %}
7575

76-
{% lang_operator RxJava connect %}
76+
{% lang_operator RxJava&nbsp;1․x connect %}
7777
<figure class="variant">
7878
<img src="images/publishConnect.png" style="width:100%;" alt="connect" />
7979
<figcaption><p>

documentation/operators/contains.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2>Language-Specific Information:</h2>
9090
</figure>
9191
{% endlang_operator %}
9292

93-
{% lang_operator RxJava contains exists isEmpty %}
93+
{% lang_operator RxJava&nbsp;1․x contains exists isEmpty %}
9494
<figure>
9595
<img src="images/contains.png" style="width:100%;" alt="contains" />
9696
<figcaption><p>

documentation/operators/count.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h4>Sample Code</h4>
7575
</ul>
7676
{% endlang_operator %}
7777

78-
{% lang_operator RxJava count countLong %}
78+
{% lang_operator RxJava&nbsp;1․x count countLong %}
7979
<p>
8080
In RxJava the operator is called <code>count</code> and the Observable it creates emits an
8181
Integer value. There is also a <code>countLong</code> whose Observable emits a Long value.

documentation/operators/create.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h4>Sample Code</h4>
9090
</figure>
9191
{% endlang_operator %}
9292

93-
{% lang_operator RxJava create %}
93+
{% lang_operator RxJava&nbsp;1․x create %}
9494
<figure class="variant">
9595
<img src="images/create.png" style="width:100%;" alt="create" />
9696
<figcaption><p>

documentation/operators/debounce.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2>Language-Specific Information:</h2>
8989
</figure>
9090
{% endlang_operator %}
9191

92-
{% lang_operator RxJava debounce throttleWithTimeout %}
92+
{% lang_operator RxJava&nbsp;1․x debounce throttleWithTimeout %}
9393
<p>
9494
RxJava implements this operator as <code>throttleWithTimeout</code> and <code>debounce</code>.
9595
</p><p>

documentation/operators/defaultifempty.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2>Language-Specific Information:</h2>
6161
</p>
6262
{% endlang_operator %}
6363

64-
{% lang_operator RxJava defaultIfEmpty switchIfEmpty %}
64+
{% lang_operator RxJava&nbsp;1․x defaultIfEmpty switchIfEmpty %}
6565
<figure>
6666
<img src="images/defaultIfEmpty.png" style="width:100%;" alt="defaultIfEmpty" />
6767
<figcaption><p>

documentation/operators/defer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Language-Specific Information:</h2>
7878
</figure>
7979
{% endlang_operator %}
8080

81-
{% lang_operator RxJava defer ifThen switchCase %}
81+
{% lang_operator RxJava&nbsp;1․x defer ifThen switchCase %}
8282
<figure class="variant">
8383
<img src="images/defer.png" style="width:100%;" alt="defer" />
8484
<figcaption><p>

documentation/operators/delay.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h2>Language-Specific Information:</h2>
131131
</figure>
132132
{% endlang_operator %}
133133

134-
{% lang_operator RxJava delay delaySubscription %}
134+
{% lang_operator RxJava&nbsp;1․x delay delaySubscription %}
135135
<p>
136136
RxJava implements this operator as variants of <code>delay</code> and <code>delaySubscription</code>.
137137
</p>

documentation/operators/distinct.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2>Language-Specific Information:</h2>
9898
</p>
9999
{% endlang_operator %}
100100

101-
{% lang_operator RxJava distinct distinctUntilChanged %}
101+
{% lang_operator RxJava&nbsp;1․x distinct distinctUntilChanged %}
102102
<figure>
103103
<img src="images/distinct.png" style="width:100%;" alt="distinct" />
104104
<figcaption><p>

documentation/operators/do.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <h4>Sample Code</h4>
165165
</figure>
166166
{% endlang_operator %}
167167

168-
{% lang_operator RxJava doOnCompleted doOnEach doOnError doOnNext doOnRequest doOnSubscribe doOnTerminate doOnUnsubscribe finallyDo doAfterTerminate %}
168+
{% lang_operator RxJava&nbsp;1․x doOnCompleted doOnEach doOnError doOnNext doOnRequest doOnSubscribe doOnTerminate doOnUnsubscribe finallyDo doAfterTerminate %}
169169
<p>
170170
RxJava has several <span class="operator">Do</span> variants.
171171
</p>

documentation/operators/elementat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Language-Specific Information:</h2>
8282
</p>
8383
{% endlang_operator %}
8484

85-
{% lang_operator RxJava elementAt elementAtOrDefault %}
85+
{% lang_operator RxJava&nbsp;1․x elementAt elementAtOrDefault %}
8686
<figure>
8787
<img src="images/elementAt.png" style="width:100%;" alt="elementAt" />
8888
<figcaption><p>

documentation/operators/empty-never-throw.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h4>Sample Code</h4>
101101
</ul>
102102
{% endlang_operator %}
103103

104-
{% lang_operator RxJava empty never error %}
104+
{% lang_operator RxJava&nbsp;1․x empty never error %}
105105
<p>
106106
RxJava implements these operators as <code>empty</code>, <code>never</code>, and
107107
<code>error</code>. The <code>error</code> operator takes as a parameter the

documentation/operators/filter.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h4>Sample Code</h4>
8989
</figure>
9090
{% endlang_operator %}
9191

92-
{% lang_operator RxJava filter ofType %}
92+
{% lang_operator RxJava&nbsp;1․x filter ofType %}
9393
<figure>
9494
<img src="images/filter.png" style="width:100%;" alt="filter" />
9595
<figcaption><p>

documentation/operators/first.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h3>The <code>BlockingObservable</code> Methods</h3>
305305
</figure>
306306
{% endlang_operator %}
307307

308-
{% lang_operator RxJava first firstOrDefault latest mostRecent next single singleOrDefault takeFirst %}
308+
{% lang_operator RxJava&nbsp;1․x first firstOrDefault latest mostRecent next single singleOrDefault takeFirst %}
309309
<p>
310310
In RxJava, this filtering operator is implemented as <code>first</code>, <code>firstOrDefault</code>,
311311
and <code>takeFirst</code>.

documentation/operators/flatmap.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h4>See Also</h4>
188188
</figure>
189189
{% endlang_operator %}
190190

191-
{% lang_operator RxJava concatMap flatMap flatMapIterable StringObervable.split switchMap %}
191+
{% lang_operator RxJava&nbsp;1․x concatMap flatMap flatMapIterable StringObervable.split switchMap %}
192192
<figure class="variant">
193193
<img src="images/mergeMap.png" style="width:100%;" alt="flatMap" />
194194
<figcaption><p>

documentation/operators/from.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2>Language-Specific Information:</h2>
136136
</figure>
137137
{% endlang_operator %}
138138

139-
{% lang_operator RxJava decode from fromAction fromCallable fromFunc0 fromRunnable runAsync %}
139+
{% lang_operator RxJava&nbsp;1․x decode from fromAction fromCallable fromFunc0 fromRunnable runAsync %}
140140
<figure class="variant">
141141
<img src="images/from.Future.png" style="width:100%;" alt="from" />
142142
<figcaption><p>

documentation/operators/groupby.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h4>Sample Code</h4>
136136
</figure>
137137
{% endlang_operator %}
138138

139-
{% lang_operator RxJava groupBy %}
139+
{% lang_operator RxJava&nbsp;1․x groupBy %}
140140
<figure class="variant">
141141
<img src="images/groupBy.png" style="width:100%;" alt="groupBy" />
142142
<figcaption><p>

documentation/operators/ignoreelements.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2>Language-Specific Information:</h2>
6262
</p>
6363
{% endlang_operator %}
6464

65-
{% lang_operator RxJava ignoreElements %}
65+
{% lang_operator RxJava&nbsp;1․x ignoreElements %}
6666
<figure>
6767
<img src="images/ignoreElements.png" style="width:100%;" alt="ignoreElements" />
6868
<figcaption><p>

documentation/operators/interval.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Language-Specific Information:</h2>
8282
</p>
8383
{% endlang_operator %}
8484

85-
{% lang_operator RxJava interval %}
85+
{% lang_operator RxJava&nbsp;1․x interval %}
8686
<figure class="variant">
8787
<img src="images/interval.png" style="width:100%;" alt="interval" />
8888
<figcaption><p>

documentation/operators/join.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h2>Language-Specific Information:</h2>
108108
</figure>
109109
{% endlang_operator %}
110110

111-
{% lang_operator RxJava join groupJoin %}
111+
{% lang_operator RxJava&nbsp;1․x join groupJoin %}
112112
<figure class="variant">
113113
<img src="images/join_.png" style="width:100%;" alt="join" />
114114
<figcaption><p>

documentation/operators/just.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h4>Sample Code</h4>
8282
</figure>
8383
{% endlang_operator %}
8484

85-
{% lang_operator RxJava just %}
85+
{% lang_operator RxJava&nbsp;1․x just %}
8686
<figure class="variant">
8787
<img src="images/just.png" style="width:100%;" alt="just" />
8888
<figcaption><p>

documentation/operators/last.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h3>The <code>BlockingObservable</code> Methods</h3>
163163
</figure>
164164
{% endlang_operator %}
165165

166-
{% lang_operator RxJava last lastOrDefault %}
166+
{% lang_operator RxJava&nbsp;1․x last lastOrDefault %}
167167
<p>
168168
In RxJava, this filtering operator is implemented as <code>last</code> and <code>lastOrDefault</code>.
169169
</p><p>

documentation/operators/map.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h4>Sample Code</h4>
105105
</figure>
106106
{% endlang_operator %}
107107

108-
{% lang_operator RxJava byLine cast encode map %}
108+
{% lang_operator RxJava&nbsp;1․x byLine cast encode map %}
109109
<figure>
110110
<img src="images/map.png" style="width:100%;" alt="map" />
111111
<figcaption><p>

documentation/operators/materialize-dematerialize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h4>Sample Code</h4>
117117
</figure>
118118
{% endlang_operator %}
119119

120-
{% lang_operator RxJava dematerialize materialize %}
120+
{% lang_operator RxJava&nbsp;1․x dematerialize materialize %}
121121
<figure class="variant">
122122
<img src="images/materialize.png" style="width:100%;" alt="materialize" />
123123
<figcaption><p>

documentation/operators/max.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2>Language-Specific Information:</h2>
6868
</figure>
6969
{% endlang_operator %}
7070

71-
{% lang_operator RxJava max maxBy %}
71+
{% lang_operator RxJava&nbsp;1․x max maxBy %}
7272
<p>
7373
In RxJava, this operator is not in the ReactiveX core, but is part of the distinct
7474
<code>rxjava-math</code> module.

documentation/operators/merge.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h4>Sample Code</h4>
210210
</figure>
211211
{% endlang_operator %}
212212

213-
{% lang_operator RxJava merge mergeDelayError mergeWith %}
213+
{% lang_operator RxJava&nbsp;1․x merge mergeDelayError mergeWith %}
214214
<p>
215215
RxJava implements this operator as <code>merge</code>, <code>mergeWith</code>, and
216216
<code>mergeDelayError</code>.

documentation/operators/min.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2>Language-Specific Information:</h2>
6868
</figure>
6969
{% endlang_operator %}
7070

71-
{% lang_operator RxJava min minBy %}
71+
{% lang_operator RxJava&nbsp;1․x min minBy %}
7272
<p>
7373
In RxJava, this operator is not in the ReactiveX core, but is part of the distinct
7474
<code>rxjava-math</code> module.

documentation/operators/observeon.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2>Language-Specific Information:</h2>
9595
</figure>
9696
{% endlang_operator %}
9797

98-
{% lang_operator RxJava observeOn %}
98+
{% lang_operator RxJava&nbsp;1․x observeOn %}
9999
<figure class="variant">
100100
<img src="images/observeOn.png" style="width:100%;" alt="observeOn" />
101101
<figcaption><p>

documentation/operators/publish.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2>Language-Specific Information:</h2>
7272
</figure>
7373
{% endlang_operator %}
7474

75-
{% lang_operator RxJava publish %}
75+
{% lang_operator RxJava&nbsp;1․x publish %}
7676
<figure class="variant">
7777
<img src="images/publishConnect.png" style="width:100%;" alt="publish" />
7878
<figcaption><p>

documentation/operators/range.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h4>Sample Code</h4>
6868
</figure>
6969
{% endlang_operator %}
7070

71-
{% lang_operator RxJava range %}
71+
{% lang_operator RxJava&nbsp;1․x range %}
7272
<figure class="variant">
7373
<img src="images/range.png" style="width:100%;" alt="range" />
7474
<figcaption><p>

documentation/operators/reduce.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h4>Sample Code</h4>
128128
</figure>
129129
{% endlang_operator %}
130130

131-
{% lang_operator RxJava collect reduce %}
131+
{% lang_operator RxJava&nbsp;1․x collect reduce %}
132132
<figure>
133133
<img src="images/reduce.png" style="width:100%;" alt="reduce" />
134134
<figcaption><p>

documentation/operators/refcount.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2>Language-Specific Information:</h2>
7474
</ul>
7575
{% endlang_operator %}
7676

77-
{% lang_operator RxJava refCount share %}
77+
{% lang_operator RxJava&nbsp;1․x refCount share %}
7878
<figure class="variant">
7979
<img src="images/publishRefCount.png" style="width:100%;" alt="refCount" />
8080
<figcaption><p>

documentation/operators/repeat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h2>Language-Specific Information:</h2>
107107
</figure>
108108
{% endlang_operator %}
109109

110-
{% lang_operator RxJava doWhile repeat repeatWhen whileDo %}
110+
{% lang_operator RxJava&nbsp;1․x doWhile repeat repeatWhen whileDo %}
111111
<figure class="variant">
112112
<img src="images/repeat.o.png" style="width:100%;" alt="repeat" />
113113
<figcaption><p>

documentation/operators/replay.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h2>Language-Specific Information:</h2>
105105
</figure>
106106
{% endlang_operator %}
107107

108-
{% lang_operator RxJava replay cache %}
108+
{% lang_operator RxJava&nbsp;1․x replay cache %}
109109
<figure class="variant">
110110
<img src="images/replay.png" style="width:100%;" alt="replay" />
111111
<figcaption><p>

documentation/operators/retry.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h2>Language-Specific Information:</h2>
110110
</figure>
111111
{% endlang_operator %}
112112

113-
{% lang_operator RxJava retry retryWhen %}
113+
{% lang_operator RxJava&nbsp;1․x retry retryWhen %}
114114
<p>
115115
RxJava has two versions of this operator: <code>retry</code> and <code>retryWhen</code>.
116116
</p>

0 commit comments

Comments
 (0)