Skip to content

Commit

Permalink
CI build: 253 for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd+ci committed Oct 4, 2023
1 parent be2ed7f commit 45fd1d6
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 24 deletions.
12 changes: 8 additions & 4 deletions 3.x/javadoc/snapshot/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -1109,8 +1109,10 @@ <h2 class="title">C</h2>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Flowable.html#cast-java.lang.Class-">cast(Class&lt;U&gt;)</a></span> - Method in class io.reactivex.rxjava3.core.<a href="io/reactivex/rxjava3/core/Flowable.html" title="class in io.reactivex.rxjava3.core">Flowable</a></dt>
<dd>
<div class="block">Returns a <code>Flowable</code> that emits the items emitted by the current <code>Flowable</code>, converted to the specified
type.</div>
<div class="block">Returns a <code>Flowable</code> that emits the upstream items while
they can be cast via <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true#cast-java.lang.Object-" title="class or interface in java.lang"><code>Class.cast(Object)</code></a> until the upstream terminates,
or until the upstream signals an item which can't be cast,
resulting in a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassCastException.html?is-external=true" title="class or interface in java.lang"><code>ClassCastException</code></a> to be signaled to the downstream.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Maybe.html#cast-java.lang.Class-">cast(Class&lt;? extends U&gt;)</a></span> - Method in class io.reactivex.rxjava3.core.<a href="io/reactivex/rxjava3/core/Maybe.html" title="class in io.reactivex.rxjava3.core">Maybe</a></dt>
<dd>
Expand All @@ -1119,8 +1121,10 @@ <h2 class="title">C</h2>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Observable.html#cast-java.lang.Class-">cast(Class&lt;U&gt;)</a></span> - Method in class io.reactivex.rxjava3.core.<a href="io/reactivex/rxjava3/core/Observable.html" title="class in io.reactivex.rxjava3.core">Observable</a></dt>
<dd>
<div class="block">Returns an <code>Observable</code> that emits the items emitted by the current <code>Observable</code>, converted to the specified
type.</div>
<div class="block">Returns an <code>Observable</code> that emits the upstream items while
they can be cast via <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true#cast-java.lang.Object-" title="class or interface in java.lang"><code>Class.cast(Object)</code></a> until the upstream terminates,
or until the upstream signals an item which can't be cast,
resulting in a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassCastException.html?is-external=true" title="class or interface in java.lang"><code>ClassCastException</code></a> to be signaled to the downstream.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Single.html#cast-java.lang.Class-">cast(Class&lt;? extends U&gt;)</a></span> - Method in class io.reactivex.rxjava3.core.<a href="io/reactivex/rxjava3/core/Single.html" title="class in io.reactivex.rxjava3.core">Single</a></dt>
<dd>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ <h1 class="title">Hierarchy For Package io.reactivex.rxjava3.annotations</h1>
<div class="contentContainer">
<h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
<ul>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
Expand Down
15 changes: 9 additions & 6 deletions 3.x/javadoc/snapshot/io/reactivex/rxjava3/core/Flowable.html
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,10 @@ <h3>Method Summary</h3>
<tr id="i48" class="altColor">
<td class="colFirst"><code>&lt;U&gt;&nbsp;<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a> <a href="../../../../io/reactivex/rxjava3/core/Flowable.html" title="class in io.reactivex.rxjava3.core">Flowable</a>&lt;U&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../io/reactivex/rxjava3/core/Flowable.html#cast-java.lang.Class-">cast</a></span>(<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;U&gt;&nbsp;clazz)</code>
<div class="block">Returns a <code>Flowable</code> that emits the items emitted by the current <code>Flowable</code>, converted to the specified
type.</div>
<div class="block">Returns a <code>Flowable</code> that emits the upstream items while
they can be cast via <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true#cast-java.lang.Object-" title="class or interface in java.lang"><code>Class.cast(Object)</code></a> until the upstream terminates,
or until the upstream signals an item which can't be cast,
resulting in a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassCastException.html?is-external=true" title="class or interface in java.lang"><code>ClassCastException</code></a> to be signaled to the downstream.</div>
</td>
</tr>
<tr id="i49" class="rowColor">
Expand Down Expand Up @@ -12894,8 +12896,10 @@ <h4>cast</h4>
<a href="../../../../io/reactivex/rxjava3/annotations/BackpressureSupport.html" title="annotation in io.reactivex.rxjava3.annotations">@BackpressureSupport</a>(<a href="../../../../io/reactivex/rxjava3/annotations/BackpressureSupport.html#value--">value</a>=<a href="../../../../io/reactivex/rxjava3/annotations/BackpressureKind.html#PASS_THROUGH">PASS_THROUGH</a>)
<a href="../../../../io/reactivex/rxjava3/annotations/SchedulerSupport.html" title="annotation in io.reactivex.rxjava3.annotations">@SchedulerSupport</a>(<a href="../../../../io/reactivex/rxjava3/annotations/SchedulerSupport.html#value--">value</a>="none")
public final&nbsp;&lt;U&gt;&nbsp;<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a> <a href="../../../../io/reactivex/rxjava3/core/Flowable.html" title="class in io.reactivex.rxjava3.core">Flowable</a>&lt;U&gt;&nbsp;cast(<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;U&gt;&nbsp;clazz)</pre>
<div class="block">Returns a <code>Flowable</code> that emits the items emitted by the current <code>Flowable</code>, converted to the specified
type.
<div class="block">Returns a <code>Flowable</code> that emits the upstream items while
they can be cast via <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true#cast-java.lang.Object-" title="class or interface in java.lang"><code>Class.cast(Object)</code></a> until the upstream terminates,
or until the upstream signals an item which can't be cast,
resulting in a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassCastException.html?is-external=true" title="class or interface in java.lang"><code>ClassCastException</code></a> to be signaled to the downstream.
<p>
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/cast.v3.png" alt="">
<dl>
Expand All @@ -12909,8 +12913,7 @@ <h4>cast</h4>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>U</code> - the output value type cast to</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>clazz</code> - the target class type that <code>cast</code> will cast the items emitted by the current <code>Flowable</code>
into before emitting them from the resulting <code>Flowable</code></dd>
<dd><code>clazz</code> - the target class to use to try and cast the upstream items into</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the new <code>Flowable</code> instance</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
Expand Down
15 changes: 9 additions & 6 deletions 3.x/javadoc/snapshot/io/reactivex/rxjava3/core/Observable.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,10 @@ <h3>Method Summary</h3>
<tr id="i45" class="rowColor">
<td class="colFirst"><code>&lt;U&gt;&nbsp;<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a> <a href="../../../../io/reactivex/rxjava3/core/Observable.html" title="class in io.reactivex.rxjava3.core">Observable</a>&lt;U&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../io/reactivex/rxjava3/core/Observable.html#cast-java.lang.Class-">cast</a></span>(<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;U&gt;&nbsp;clazz)</code>
<div class="block">Returns an <code>Observable</code> that emits the items emitted by the current <code>Observable</code>, converted to the specified
type.</div>
<div class="block">Returns an <code>Observable</code> that emits the upstream items while
they can be cast via <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true#cast-java.lang.Object-" title="class or interface in java.lang"><code>Class.cast(Object)</code></a> until the upstream terminates,
or until the upstream signals an item which can't be cast,
resulting in a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassCastException.html?is-external=true" title="class or interface in java.lang"><code>ClassCastException</code></a> to be signaled to the downstream.</div>
</td>
</tr>
<tr id="i46" class="altColor">
Expand Down Expand Up @@ -11750,8 +11752,10 @@ <h4>cast</h4>
<a href="../../../../io/reactivex/rxjava3/annotations/SchedulerSupport.html" title="annotation in io.reactivex.rxjava3.annotations">@SchedulerSupport</a>(<a href="../../../../io/reactivex/rxjava3/annotations/SchedulerSupport.html#value--">value</a>="none")
<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a>
public final&nbsp;&lt;U&gt;&nbsp;<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a> <a href="../../../../io/reactivex/rxjava3/core/Observable.html" title="class in io.reactivex.rxjava3.core">Observable</a>&lt;U&gt;&nbsp;cast(<a href="../../../../io/reactivex/rxjava3/annotations/NonNull.html" title="annotation in io.reactivex.rxjava3.annotations">@NonNull</a> <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;U&gt;&nbsp;clazz)</pre>
<div class="block">Returns an <code>Observable</code> that emits the items emitted by the current <code>Observable</code>, converted to the specified
type.
<div class="block">Returns an <code>Observable</code> that emits the upstream items while
they can be cast via <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true#cast-java.lang.Object-" title="class or interface in java.lang"><code>Class.cast(Object)</code></a> until the upstream terminates,
or until the upstream signals an item which can't be cast,
resulting in a <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/ClassCastException.html?is-external=true" title="class or interface in java.lang"><code>ClassCastException</code></a> to be signaled to the downstream.
<p>
<img width="640" height="305" src="https://raw.github.com/wiki/ReactiveX/RxJava/images/rx-operators/cast.v3.png" alt="">
<dl>
Expand All @@ -11762,8 +11766,7 @@ <h4>cast</h4>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>U</code> - the output value type cast to</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>clazz</code> - the target class type that <code>cast</code> will cast the items emitted by the current <code>Observable</code>
into before emitting them from the resulting <code>Observable</code></dd>
<dd><code>clazz</code> - the target class to use to try and cast the upstream items into</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the new <code>Observable</code> instance</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<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>)
<ul>
<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>
<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>
<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>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit 45fd1d6

Please sign in to comment.