Skip to content

Commit

Permalink
Travis build: 6463 for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 25, 2020
1 parent a3dcfef commit bf7b41b
Show file tree
Hide file tree
Showing 7 changed files with 452 additions and 93 deletions.
39 changes: 39 additions & 0 deletions 3.x/javadoc/snapshot/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -8937,6 +8937,12 @@ <h2 class="title">S</h2>
<code>Observable</code> that returns a <a href="io/reactivex/rxjava3/core/SingleSource.html" title="interface in io.reactivex.rxjava3.core"><code>SingleSource</code></a>, and then emitting the item emitted by the most recently emitted
of these <code>SingleSource</code>s and delays any error until all <code>SingleSource</code>s terminate.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Completable.html#switchOnNext-org.reactivestreams.Publisher-">switchOnNext(Publisher&lt;? extends CompletableSource&gt;)</a></span> - Static method in class io.reactivex.rxjava3.core.<a href="io/reactivex/rxjava3/core/Completable.html" title="class in io.reactivex.rxjava3.core">Completable</a></dt>
<dd>
<div class="block">Switches between <a href="io/reactivex/rxjava3/core/CompletableSource.html" title="interface in io.reactivex.rxjava3.core"><code>CompletableSource</code></a>s emitted by the source <a href="http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/Publisher.html?is-external=true" title="class or interface in org.reactivestreams"><code>Publisher</code></a> whenever
a new <code>CompletableSource</code> is emitted, disposing the previously running <code>CompletableSource</code>,
exposing the setup as a <code>Completable</code> sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Flowable.html#switchOnNext-org.reactivestreams.Publisher-int-">switchOnNext(Publisher&lt;? extends Publisher&lt;? extends T&gt;&gt;, int)</a></span> - Static 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">Converts a <a href="http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/Publisher.html?is-external=true" title="class or interface in org.reactivestreams"><code>Publisher</code></a> that emits <code>Publisher</code>s into a <code>Publisher</code> that emits the items emitted by the
Expand All @@ -8947,6 +8953,12 @@ <h2 class="title">S</h2>
<div class="block">Converts a <a href="http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/Publisher.html?is-external=true" title="class or interface in org.reactivestreams"><code>Publisher</code></a> that emits <code>Publisher</code>s into a <code>Publisher</code> that emits the items emitted by the
most recently emitted of those <code>Publisher</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Maybe.html#switchOnNext-org.reactivestreams.Publisher-">switchOnNext(Publisher&lt;? extends MaybeSource&lt;? extends T&gt;&gt;)</a></span> - Static 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>
<div class="block">Switches between <a href="io/reactivex/rxjava3/core/MaybeSource.html" title="interface in io.reactivex.rxjava3.core"><code>MaybeSource</code></a>s emitted by the source <a href="http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/Publisher.html?is-external=true" title="class or interface in org.reactivestreams"><code>Publisher</code></a> whenever
a new <code>MaybeSource</code> is emitted, disposing the previously running <code>MaybeSource</code>,
exposing the success items as a <a href="io/reactivex/rxjava3/core/Flowable.html" title="class in io.reactivex.rxjava3.core"><code>Flowable</code></a> sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Observable.html#switchOnNext-io.reactivex.rxjava3.core.ObservableSource-int-">switchOnNext(ObservableSource&lt;? extends ObservableSource&lt;? extends T&gt;&gt;, int)</a></span> - Static 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">Converts an <a href="io/reactivex/rxjava3/core/ObservableSource.html" title="interface in io.reactivex.rxjava3.core"><code>ObservableSource</code></a> that emits <code>ObservableSource</code>s into an <code>Observable</code> that emits the items emitted by the
Expand All @@ -8957,6 +8969,19 @@ <h2 class="title">S</h2>
<div class="block">Converts an <a href="io/reactivex/rxjava3/core/ObservableSource.html" title="interface in io.reactivex.rxjava3.core"><code>ObservableSource</code></a> that emits <code>ObservableSource</code>s into an <code>Observable</code> that emits the items emitted by the
most recently emitted of those <code>ObservableSource</code>s.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Single.html#switchOnNext-org.reactivestreams.Publisher-">switchOnNext(Publisher&lt;? extends SingleSource&lt;? extends T&gt;&gt;)</a></span> - Static 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>
<div class="block">Switches between <a href="io/reactivex/rxjava3/core/SingleSource.html" title="interface in io.reactivex.rxjava3.core"><code>SingleSource</code></a>s emitted by the source <a href="http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/Publisher.html?is-external=true" title="class or interface in org.reactivestreams"><code>Publisher</code></a> whenever
a new <code>SingleSource</code> is emitted, disposing the previously running <code>SingleSource</code>,
exposing the success items as a <a href="io/reactivex/rxjava3/core/Flowable.html" title="class in io.reactivex.rxjava3.core"><code>Flowable</code></a> sequence.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Completable.html#switchOnNextDelayError-org.reactivestreams.Publisher-">switchOnNextDelayError(Publisher&lt;? extends CompletableSource&gt;)</a></span> - Static method in class io.reactivex.rxjava3.core.<a href="io/reactivex/rxjava3/core/Completable.html" title="class in io.reactivex.rxjava3.core">Completable</a></dt>
<dd>
<div class="block">Switches between <a href="io/reactivex/rxjava3/core/CompletableSource.html" title="interface in io.reactivex.rxjava3.core"><code>CompletableSource</code></a>s emitted by the source <a href="http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/Publisher.html?is-external=true" title="class or interface in org.reactivestreams"><code>Publisher</code></a> whenever
a new <code>CompletableSource</code> is emitted, disposing the previously running <code>CompletableSource</code>,
exposing the setup as a <code>Completable</code> sequence and delaying all errors from
all of them until all terminate.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Flowable.html#switchOnNextDelayError-org.reactivestreams.Publisher-">switchOnNextDelayError(Publisher&lt;? extends Publisher&lt;? extends T&gt;&gt;)</a></span> - Static 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">Converts a <a href="http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/Publisher.html?is-external=true" title="class or interface in org.reactivestreams"><code>Publisher</code></a> that emits <code>Publisher</code>s into a <code>Publisher</code> that emits the items emitted by the
Expand All @@ -8967,6 +8992,13 @@ <h2 class="title">S</h2>
<div class="block">Converts a <a href="http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/Publisher.html?is-external=true" title="class or interface in org.reactivestreams"><code>Publisher</code></a> that emits <code>Publisher</code>s into a <code>Publisher</code> that emits the items emitted by the
most recently emitted of those <code>Publisher</code>s and delays any exception until all <code>Publisher</code>s terminate.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Maybe.html#switchOnNextDelayError-org.reactivestreams.Publisher-">switchOnNextDelayError(Publisher&lt;? extends MaybeSource&lt;? extends T&gt;&gt;)</a></span> - Static 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>
<div class="block">Switches between <a href="io/reactivex/rxjava3/core/MaybeSource.html" title="interface in io.reactivex.rxjava3.core"><code>MaybeSource</code></a>s emitted by the source <a href="http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/Publisher.html?is-external=true" title="class or interface in org.reactivestreams"><code>Publisher</code></a> whenever
a new <code>MaybeSource</code> is emitted, disposing the previously running <code>MaybeSource</code>,
exposing the success items as a <a href="io/reactivex/rxjava3/core/Flowable.html" title="class in io.reactivex.rxjava3.core"><code>Flowable</code></a> sequence and delaying all errors from
all of them until all terminate.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Observable.html#switchOnNextDelayError-io.reactivex.rxjava3.core.ObservableSource-">switchOnNextDelayError(ObservableSource&lt;? extends ObservableSource&lt;? extends T&gt;&gt;)</a></span> - Static 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">Converts an <a href="io/reactivex/rxjava3/core/ObservableSource.html" title="interface in io.reactivex.rxjava3.core"><code>ObservableSource</code></a> that emits <code>ObservableSource</code>s into an <code>Observable</code> that emits the items emitted by the
Expand All @@ -8977,6 +9009,13 @@ <h2 class="title">S</h2>
<div class="block">Converts an <a href="io/reactivex/rxjava3/core/ObservableSource.html" title="interface in io.reactivex.rxjava3.core"><code>ObservableSource</code></a> that emits <code>ObservableSource</code>s into an <code>Observable</code> that emits the items emitted by the
most recently emitted of those <code>ObservableSource</code>s and delays any exception until all <code>ObservableSource</code>s terminate.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/reactivex/rxjava3/core/Single.html#switchOnNextDelayError-org.reactivestreams.Publisher-">switchOnNextDelayError(Publisher&lt;? extends SingleSource&lt;? extends T&gt;&gt;)</a></span> - Static 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>
<div class="block">Switches between <a href="io/reactivex/rxjava3/core/SingleSource.html" title="interface in io.reactivex.rxjava3.core"><code>SingleSource</code></a>s emitted by the source <a href="http://www.reactive-streams.org/reactive-streams-1.0.3-javadoc/org/reactivestreams/Publisher.html?is-external=true" title="class or interface in org.reactivestreams"><code>Publisher</code></a> whenever
a new <code>SingleSource</code> is emitted, disposing the previously running <code>SingleSource</code>,
exposing the success items as a <a href="io/reactivex/rxjava3/core/Flowable.html" title="class in io.reactivex.rxjava3.core"><code>Flowable</code></a> sequence and delaying all errors from
all of them until all terminate.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
Expand Down
Loading

0 comments on commit bf7b41b

Please sign in to comment.