Skip to content

Commit ceff625

Browse files
author
akarnokd+ci
committed
CI build: 338 for snapshot
1 parent c54fdef commit ceff625

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

3.x/javadoc/snapshot/io/reactivex/rxjava3/annotations/package-tree.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ <h1 class="title">Hierarchy For Package io.reactivex.rxjava3.annotations</h1>
7777
<div class="contentContainer">
7878
<h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
7979
<ul>
80+
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">NonNull</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
8081
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/BackpressureSupport.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">BackpressureSupport</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
81-
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/CheckReturnValue.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">CheckReturnValue</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
82-
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/Beta.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">Beta</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
82+
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/SchedulerSupport.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">SchedulerSupport</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
8383
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/Nullable.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">Nullable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
84+
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/Beta.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">Beta</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
8485
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/Experimental.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">Experimental</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
85-
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">NonNull</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
86-
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/SchedulerSupport.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">SchedulerSupport</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
86+
<li type="circle">io.reactivex.rxjava3.annotations.<a href="../../../../io/reactivex/rxjava3/annotations/CheckReturnValue.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">CheckReturnValue</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
8787
</ul>
8888
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
8989
<ul>

3.x/javadoc/snapshot/io/reactivex/rxjava3/core/package-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
141141
<ul>
142142
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
143143
<ul>
144-
<li type="circle">io.reactivex.rxjava3.core.<a href="../../../../io/reactivex/rxjava3/core/BackpressureOverflowStrategy.html" title="enum in io.reactivex.rxjava3.core"><span class="typeNameLink">BackpressureOverflowStrategy</span></a></li>
145144
<li type="circle">io.reactivex.rxjava3.core.<a href="../../../../io/reactivex/rxjava3/core/BackpressureStrategy.html" title="enum in io.reactivex.rxjava3.core"><span class="typeNameLink">BackpressureStrategy</span></a></li>
145+
<li type="circle">io.reactivex.rxjava3.core.<a href="../../../../io/reactivex/rxjava3/core/BackpressureOverflowStrategy.html" title="enum in io.reactivex.rxjava3.core"><span class="typeNameLink">BackpressureOverflowStrategy</span></a></li>
146146
</ul>
147147
</li>
148148
</ul>

3.x/javadoc/snapshot/overview-tree.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,12 +308,12 @@ <h2 title="Interface Hierarchy">Interface Hierarchy</h2>
308308
</ul>
309309
<h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
310310
<ul>
311-
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/CheckReturnValue.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">CheckReturnValue</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
312311
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/SchedulerSupport.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">SchedulerSupport</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
313-
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/Beta.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">Beta</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
314312
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/Nullable.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">Nullable</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
315-
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">NonNull</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
316313
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/Experimental.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">Experimental</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
314+
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">NonNull</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
315+
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/CheckReturnValue.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">CheckReturnValue</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
316+
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/Beta.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">Beta</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
317317
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/BackpressureSupport.html" title="annotation in io.reactivex.rxjava3.annotations"><span class="typeNameLink">BackpressureSupport</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
318318
</ul>
319319
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
@@ -324,8 +324,8 @@ <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
324324
<ul>
325325
<li type="circle">io.reactivex.rxjava3.parallel.<a href="io/reactivex/rxjava3/parallel/ParallelFailureHandling.html" title="enum in io.reactivex.rxjava3.parallel"><span class="typeNameLink">ParallelFailureHandling</span></a> (implements io.reactivex.rxjava3.functions.<a href="io/reactivex/rxjava3/functions/BiFunction.html" title="interface in io.reactivex.rxjava3.functions">BiFunction</a>&lt;T1,T2,R&gt;)</li>
326326
<li type="circle">io.reactivex.rxjava3.annotations.<a href="io/reactivex/rxjava3/annotations/BackpressureKind.html" title="enum in io.reactivex.rxjava3.annotations"><span class="typeNameLink">BackpressureKind</span></a></li>
327-
<li type="circle">io.reactivex.rxjava3.core.<a href="io/reactivex/rxjava3/core/BackpressureStrategy.html" title="enum in io.reactivex.rxjava3.core"><span class="typeNameLink">BackpressureStrategy</span></a></li>
328327
<li type="circle">io.reactivex.rxjava3.core.<a href="io/reactivex/rxjava3/core/BackpressureOverflowStrategy.html" title="enum in io.reactivex.rxjava3.core"><span class="typeNameLink">BackpressureOverflowStrategy</span></a></li>
328+
<li type="circle">io.reactivex.rxjava3.core.<a href="io/reactivex/rxjava3/core/BackpressureStrategy.html" title="enum in io.reactivex.rxjava3.core"><span class="typeNameLink">BackpressureStrategy</span></a></li>
329329
</ul>
330330
</li>
331331
</ul>

0 commit comments

Comments
 (0)