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
Maybe
Single
Completable
materialize
Single.dematerialize(selector)
Flowable
Observable
dematerialize(selector)
doOn{Dispose|Cancel}
Observable.flatMap
io.reactivex.schedulers
onSubscribe
subscribe
Flowable.zip
Emitter
Flowable.groupBy
distinctUntilChanged
generate
Creating-Observables.md
How-to-Contribute.md
SubscriptionHelper.isCancelled()
cache()
Scheduler
Flowable.toObservable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version 2.2.4 - November 23, 2018 (Maven)
API changes
Maybe
/Single
/Completable
materialize
operator,Single.dematerialize(selector)
operator.Flowable
/Observable
dematerialize(selector)
operator.Bugfixes
doOn{Dispose|Cancel}
handler at most once.Observable.flatMap
to sustain concurrency level.Documentation changes
io.reactivex.schedulers
.onSubscribe
null-checks to NPE docs onFlowable
/Observable
subscribe
.Flowable.zip
docs.Emitter
interface methods.Flowable.groupBy
.distinctUntilChanged
requires non-mutating data to work as expected.Wiki changes
generate
examples toCreating-Observables.md
.Creating-Observables.md
docs stlye mistake.How-to-Contribute.md
.Other changes
SubscriptionHelper.isCancelled()
.Observable
/Flowable
cache()
operators.Scheduler
as System property.Flowable.toObservable
backpressure annotation.The text was updated successfully, but these errors were encountered: