Skip to content

Commit 406c573

Browse files
author
akarnokd+ci
committed
CI build: 39 for 3.1.11-RC4
1 parent aefd1a3 commit 406c573

File tree

397 files changed

+152881
-386
lines changed

Some content is hidden

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

397 files changed

+152881
-386
lines changed

3.x/javadoc/3.1.11-RC4/allclasses-frame.html

Lines changed: 158 additions & 0 deletions
Large diffs are not rendered by default.

3.x/javadoc/3.1.11-RC4/allclasses-noframe.html

Lines changed: 158 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 262 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,262 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang="en">
4+
<head>
5+
<!-- Generated by javadoc -->
6+
<title>Constant Field Values (RxJava Javadoc 3.1.11-RC4)</title>
7+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
8+
<script type="text/javascript" src="script.js"></script>
9+
</head>
10+
<body>
11+
<script type="text/javascript"><!--
12+
try {
13+
if (location.href.indexOf('is-external=true') == -1) {
14+
parent.document.title="Constant Field Values (RxJava Javadoc 3.1.11-RC4)";
15+
}
16+
}
17+
catch(err) {
18+
}
19+
//-->
20+
</script>
21+
<noscript>
22+
<div>JavaScript is disabled on your browser.</div>
23+
</noscript>
24+
<!-- ========= START OF TOP NAVBAR ======= -->
25+
<div class="topNav"><a name="navbar.top">
26+
<!-- -->
27+
</a>
28+
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
29+
<a name="navbar.top.firstrow">
30+
<!-- -->
31+
</a>
32+
<ul class="navList" title="Navigation">
33+
<li><a href="overview-summary.html">Overview</a></li>
34+
<li>Package</li>
35+
<li>Class</li>
36+
<li><a href="overview-tree.html">Tree</a></li>
37+
<li><a href="deprecated-list.html">Deprecated</a></li>
38+
<li><a href="index-all.html">Index</a></li>
39+
<li><a href="help-doc.html">Help</a></li>
40+
</ul>
41+
</div>
42+
<div class="subNav">
43+
<ul class="navList">
44+
<li>Prev</li>
45+
<li>Next</li>
46+
</ul>
47+
<ul class="navList">
48+
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
49+
<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
50+
</ul>
51+
<ul class="navList" id="allclasses_navbar_top">
52+
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
53+
</ul>
54+
<div>
55+
<script type="text/javascript"><!--
56+
allClassesLink = document.getElementById("allclasses_navbar_top");
57+
if(window==top) {
58+
allClassesLink.style.display = "block";
59+
}
60+
else {
61+
allClassesLink.style.display = "none";
62+
}
63+
//-->
64+
</script>
65+
</div>
66+
<a name="skip.navbar.top">
67+
<!-- -->
68+
</a></div>
69+
<!-- ========= END OF TOP NAVBAR ========= -->
70+
<div class="header">
71+
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
72+
<h2 title="Contents">Contents</h2>
73+
<ul>
74+
<li><a href="#io.reactivex">io.reactivex.*</a></li>
75+
</ul>
76+
</div>
77+
<div class="constantValuesContainer"><a name="io.reactivex">
78+
<!-- -->
79+
</a>
80+
<h2 title="io.reactivex">io.reactivex.*</h2>
81+
<ul class="blockList">
82+
<li class="blockList">
83+
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
84+
<caption><span>io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/SchedulerSupport.html" title="annotation in io.reactivex.rxjava3.annotations">SchedulerSupport</a></span><span class="tabEnd">&nbsp;</span></caption>
85+
<tr>
86+
<th class="colFirst" scope="col">Modifier and Type</th>
87+
<th scope="col">Constant Field</th>
88+
<th class="colLast" scope="col">Value</th>
89+
</tr>
90+
<tbody>
91+
<tr class="altColor">
92+
<td class="colFirst"><a name="io.reactivex.rxjava3.annotations.SchedulerSupport.COMPUTATION">
93+
<!-- -->
94+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
95+
<td><code><a href="io/reactivex/rxjava3/annotations/SchedulerSupport.html#COMPUTATION">COMPUTATION</a></code></td>
96+
<td class="colLast"><code>"io.reactivex:computation"</code></td>
97+
</tr>
98+
<tr class="rowColor">
99+
<td class="colFirst"><a name="io.reactivex.rxjava3.annotations.SchedulerSupport.CUSTOM">
100+
<!-- -->
101+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
102+
<td><code><a href="io/reactivex/rxjava3/annotations/SchedulerSupport.html#CUSTOM">CUSTOM</a></code></td>
103+
<td class="colLast"><code>"custom"</code></td>
104+
</tr>
105+
<tr class="altColor">
106+
<td class="colFirst"><a name="io.reactivex.rxjava3.annotations.SchedulerSupport.IO">
107+
<!-- -->
108+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
109+
<td><code><a href="io/reactivex/rxjava3/annotations/SchedulerSupport.html#IO">IO</a></code></td>
110+
<td class="colLast"><code>"io.reactivex:io"</code></td>
111+
</tr>
112+
<tr class="rowColor">
113+
<td class="colFirst"><a name="io.reactivex.rxjava3.annotations.SchedulerSupport.NEW_THREAD">
114+
<!-- -->
115+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
116+
<td><code><a href="io/reactivex/rxjava3/annotations/SchedulerSupport.html#NEW_THREAD">NEW_THREAD</a></code></td>
117+
<td class="colLast"><code>"io.reactivex:new-thread"</code></td>
118+
</tr>
119+
<tr class="altColor">
120+
<td class="colFirst"><a name="io.reactivex.rxjava3.annotations.SchedulerSupport.NONE">
121+
<!-- -->
122+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
123+
<td><code><a href="io/reactivex/rxjava3/annotations/SchedulerSupport.html#NONE">NONE</a></code></td>
124+
<td class="colLast"><code>"none"</code></td>
125+
</tr>
126+
<tr class="rowColor">
127+
<td class="colFirst"><a name="io.reactivex.rxjava3.annotations.SchedulerSupport.SINGLE">
128+
<!-- -->
129+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
130+
<td><code><a href="io/reactivex/rxjava3/annotations/SchedulerSupport.html#SINGLE">SINGLE</a></code></td>
131+
<td class="colLast"><code>"io.reactivex:single"</code></td>
132+
</tr>
133+
<tr class="altColor">
134+
<td class="colFirst"><a name="io.reactivex.rxjava3.annotations.SchedulerSupport.TRAMPOLINE">
135+
<!-- -->
136+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
137+
<td><code><a href="io/reactivex/rxjava3/annotations/SchedulerSupport.html#TRAMPOLINE">TRAMPOLINE</a></code></td>
138+
<td class="colLast"><code>"io.reactivex:trampoline"</code></td>
139+
</tr>
140+
</tbody>
141+
</table>
142+
</li>
143+
</ul>
144+
<ul class="blockList">
145+
<li class="blockList">
146+
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
147+
<caption><span>io.reactivex.rxjava3.exceptions.<a href="io/reactivex/rxjava3/exceptions/MissingBackpressureException.html" title="class in io.reactivex.rxjava3.exceptions">MissingBackpressureException</a></span><span class="tabEnd">&nbsp;</span></caption>
148+
<tr>
149+
<th class="colFirst" scope="col">Modifier and Type</th>
150+
<th scope="col">Constant Field</th>
151+
<th class="colLast" scope="col">Value</th>
152+
</tr>
153+
<tbody>
154+
<tr class="altColor">
155+
<td class="colFirst"><a name="io.reactivex.rxjava3.exceptions.MissingBackpressureException.DEFAULT_MESSAGE">
156+
<!-- -->
157+
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
158+
<td><code><a href="io/reactivex/rxjava3/exceptions/MissingBackpressureException.html#DEFAULT_MESSAGE">DEFAULT_MESSAGE</a></code></td>
159+
<td class="colLast"><code>"Could not emit value due to lack of requests"</code></td>
160+
</tr>
161+
</tbody>
162+
</table>
163+
</li>
164+
</ul>
165+
<ul class="blockList">
166+
<li class="blockList">
167+
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
168+
<caption><span>io.reactivex.rxjava3.operators.<a href="io/reactivex/rxjava3/operators/QueueFuseable.html" title="interface in io.reactivex.rxjava3.operators">QueueFuseable</a>&lt;<a href="io/reactivex/rxjava3/operators/QueueFuseable.html" title="type parameter in QueueFuseable">T</a>&gt;</span><span class="tabEnd">&nbsp;</span></caption>
169+
<tr>
170+
<th class="colFirst" scope="col">Modifier and Type</th>
171+
<th scope="col">Constant Field</th>
172+
<th class="colLast" scope="col">Value</th>
173+
</tr>
174+
<tbody>
175+
<tr class="altColor">
176+
<td class="colFirst"><a name="io.reactivex.rxjava3.operators.QueueFuseable.ANY">
177+
<!-- -->
178+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
179+
<td><code><a href="io/reactivex/rxjava3/operators/QueueFuseable.html#ANY">ANY</a></code></td>
180+
<td class="colLast"><code>3</code></td>
181+
</tr>
182+
<tr class="rowColor">
183+
<td class="colFirst"><a name="io.reactivex.rxjava3.operators.QueueFuseable.ASYNC">
184+
<!-- -->
185+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
186+
<td><code><a href="io/reactivex/rxjava3/operators/QueueFuseable.html#ASYNC">ASYNC</a></code></td>
187+
<td class="colLast"><code>2</code></td>
188+
</tr>
189+
<tr class="altColor">
190+
<td class="colFirst"><a name="io.reactivex.rxjava3.operators.QueueFuseable.BOUNDARY">
191+
<!-- -->
192+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
193+
<td><code><a href="io/reactivex/rxjava3/operators/QueueFuseable.html#BOUNDARY">BOUNDARY</a></code></td>
194+
<td class="colLast"><code>4</code></td>
195+
</tr>
196+
<tr class="rowColor">
197+
<td class="colFirst"><a name="io.reactivex.rxjava3.operators.QueueFuseable.NONE">
198+
<!-- -->
199+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
200+
<td><code><a href="io/reactivex/rxjava3/operators/QueueFuseable.html#NONE">NONE</a></code></td>
201+
<td class="colLast"><code>0</code></td>
202+
</tr>
203+
<tr class="altColor">
204+
<td class="colFirst"><a name="io.reactivex.rxjava3.operators.QueueFuseable.SYNC">
205+
<!-- -->
206+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
207+
<td><code><a href="io/reactivex/rxjava3/operators/QueueFuseable.html#SYNC">SYNC</a></code></td>
208+
<td class="colLast"><code>1</code></td>
209+
</tr>
210+
</tbody>
211+
</table>
212+
</li>
213+
</ul>
214+
</div>
215+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
216+
<div class="bottomNav"><a name="navbar.bottom">
217+
<!-- -->
218+
</a>
219+
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
220+
<a name="navbar.bottom.firstrow">
221+
<!-- -->
222+
</a>
223+
<ul class="navList" title="Navigation">
224+
<li><a href="overview-summary.html">Overview</a></li>
225+
<li>Package</li>
226+
<li>Class</li>
227+
<li><a href="overview-tree.html">Tree</a></li>
228+
<li><a href="deprecated-list.html">Deprecated</a></li>
229+
<li><a href="index-all.html">Index</a></li>
230+
<li><a href="help-doc.html">Help</a></li>
231+
</ul>
232+
</div>
233+
<div class="subNav">
234+
<ul class="navList">
235+
<li>Prev</li>
236+
<li>Next</li>
237+
</ul>
238+
<ul class="navList">
239+
<li><a href="index.html?constant-values.html" target="_top">Frames</a></li>
240+
<li><a href="constant-values.html" target="_top">No&nbsp;Frames</a></li>
241+
</ul>
242+
<ul class="navList" id="allclasses_navbar_bottom">
243+
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
244+
</ul>
245+
<div>
246+
<script type="text/javascript"><!--
247+
allClassesLink = document.getElementById("allclasses_navbar_bottom");
248+
if(window==top) {
249+
allClassesLink.style.display = "block";
250+
}
251+
else {
252+
allClassesLink.style.display = "none";
253+
}
254+
//-->
255+
</script>
256+
</div>
257+
<a name="skip.navbar.bottom">
258+
<!-- -->
259+
</a></div>
260+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
261+
</body>
262+
</html>
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<!-- NewPage -->
3+
<html lang="en">
4+
<head>
5+
<!-- Generated by javadoc -->
6+
<title>Deprecated List (RxJava Javadoc 3.1.11-RC4)</title>
7+
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
8+
<script type="text/javascript" src="script.js"></script>
9+
</head>
10+
<body>
11+
<script type="text/javascript"><!--
12+
try {
13+
if (location.href.indexOf('is-external=true') == -1) {
14+
parent.document.title="Deprecated List (RxJava Javadoc 3.1.11-RC4)";
15+
}
16+
}
17+
catch(err) {
18+
}
19+
//-->
20+
</script>
21+
<noscript>
22+
<div>JavaScript is disabled on your browser.</div>
23+
</noscript>
24+
<!-- ========= START OF TOP NAVBAR ======= -->
25+
<div class="topNav"><a name="navbar.top">
26+
<!-- -->
27+
</a>
28+
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
29+
<a name="navbar.top.firstrow">
30+
<!-- -->
31+
</a>
32+
<ul class="navList" title="Navigation">
33+
<li><a href="overview-summary.html">Overview</a></li>
34+
<li>Package</li>
35+
<li>Class</li>
36+
<li><a href="overview-tree.html">Tree</a></li>
37+
<li class="navBarCell1Rev">Deprecated</li>
38+
<li><a href="index-all.html">Index</a></li>
39+
<li><a href="help-doc.html">Help</a></li>
40+
</ul>
41+
</div>
42+
<div class="subNav">
43+
<ul class="navList">
44+
<li>Prev</li>
45+
<li>Next</li>
46+
</ul>
47+
<ul class="navList">
48+
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
49+
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
50+
</ul>
51+
<ul class="navList" id="allclasses_navbar_top">
52+
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
53+
</ul>
54+
<div>
55+
<script type="text/javascript"><!--
56+
allClassesLink = document.getElementById("allclasses_navbar_top");
57+
if(window==top) {
58+
allClassesLink.style.display = "block";
59+
}
60+
else {
61+
allClassesLink.style.display = "none";
62+
}
63+
//-->
64+
</script>
65+
</div>
66+
<a name="skip.navbar.top">
67+
<!-- -->
68+
</a></div>
69+
<!-- ========= END OF TOP NAVBAR ========= -->
70+
<div class="header">
71+
<h1 title="Deprecated API" class="title">Deprecated API</h1>
72+
<h2 title="Contents">Contents</h2>
73+
</div>
74+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
75+
<div class="bottomNav"><a name="navbar.bottom">
76+
<!-- -->
77+
</a>
78+
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
79+
<a name="navbar.bottom.firstrow">
80+
<!-- -->
81+
</a>
82+
<ul class="navList" title="Navigation">
83+
<li><a href="overview-summary.html">Overview</a></li>
84+
<li>Package</li>
85+
<li>Class</li>
86+
<li><a href="overview-tree.html">Tree</a></li>
87+
<li class="navBarCell1Rev">Deprecated</li>
88+
<li><a href="index-all.html">Index</a></li>
89+
<li><a href="help-doc.html">Help</a></li>
90+
</ul>
91+
</div>
92+
<div class="subNav">
93+
<ul class="navList">
94+
<li>Prev</li>
95+
<li>Next</li>
96+
</ul>
97+
<ul class="navList">
98+
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
99+
<li><a href="deprecated-list.html" target="_top">No&nbsp;Frames</a></li>
100+
</ul>
101+
<ul class="navList" id="allclasses_navbar_bottom">
102+
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
103+
</ul>
104+
<div>
105+
<script type="text/javascript"><!--
106+
allClassesLink = document.getElementById("allclasses_navbar_bottom");
107+
if(window==top) {
108+
allClassesLink.style.display = "block";
109+
}
110+
else {
111+
allClassesLink.style.display = "none";
112+
}
113+
//-->
114+
</script>
115+
</div>
116+
<a name="skip.navbar.bottom">
117+
<!-- -->
118+
</a></div>
119+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
120+
</body>
121+
</html>

0 commit comments

Comments
 (0)