We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
concatArrayEagerDelayError
concatMap
publish
Flowable.fromCallable
fromCallable
Completable.fromCallable
RxJavaPlugins
observeOn
worker.dispose()
Completable.onErrorResumeNext
Flowable.onErrorResumeNext
Single.timer
Single.defer
Single.toXXX
Single.concat
Single
TestObserver.assertValueSet
Maybe.flatMap
MaybeSource
fromEmitter()
_Sidebar.md
Creating-Observables.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version 2.2.1 - August 23, 2018 (Maven)
API changes
concatArrayEagerDelayError
operator (expose feature).Bugfixes
concatMap
andpublish
operator.Flowable.fromCallable
consistent with the otherfromCallable
s.Completable.fromCallable
viaRxJavaPlugins
.observeOn
not letworker.dispose()
get called prematurely.Performance improvements
Completable.onErrorResumeNext
internals.Flowable.onErrorResumeNext
improvements.Documentation changes
JavaDocs
Single.timer
,Single.defer
andSingle.toXXX
operators.Single.concat
operator.Single
operators.TestObserver.assertValueSet
in docs and via tests.Maybe.flatMap
events toMaybeSource
.Wiki changes
fromEmitter()
in wiki._Sidebar.md
with new order of topics.Creating-Observables.md
wiki.The text was updated successfully, but these errors were encountered: