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
API enhancements
Single.unsubscribeOn()
Bugfixes
Flowable.toList()
onNext
cancel
flatMapIterable
Single.subscribe(BiConsumer)
isDisposed
BehaviorProcessor
BehaviorSubject
Flowable.flatMapMaybe
Flowable.flatMapSingle
maxConcurrency
Documentation
Schedulers
DisposableX
doOnDispose
Single.flatMapObservable()
Other
NullPointerException
ObjectHelper
@NonNull
BiConsumer
IoScheduler
DisposableObserver
The text was updated successfully, but these errors were encountered:
Closing via 2.0.9
Sorry, something went wrong.
No branches or pull requests
Version 2.0.9 - April 21, 2017 (Maven)
API enhancements
Single.unsubscribeOn()
.Bugfixes
Flowable.toList()
onNext
/cancel
race.flatMapIterable
appearing to be empty when fused.Single.subscribe(BiConsumer)
to be consistent withisDisposed
.BehaviorProcessor
&BehaviorSubject
terminate-subscribe race.Flowable.flatMapMaybe
/Flowable.flatMapSingle
maxConcurrency
not requesting more.Documentation
Schedulers
style.DisposableX
copy-paste error in Javadoc.doOnDispose
JavaDoc.Single.flatMapObservable()
.Single.flatMapObservable()
's function argument.Other
NullPointerException
comments andObjectHelper
test code.@NonNull
annotations fromBiConsumer
.IoScheduler
.DisposableObserver
).The text was updated successfully, but these errors were encountered: