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
Single.concatEager()
ConnectableObservable.refCount()
ConnectableFlowable.refCount()
Observable.throttleLatest
Flowable.throttleLatest()
MulticastProcessor
assertValueSetOnly
assertValueSequenceOnly
TestObserver
TestSubscriber
getValues()
Subject
FlowableProcessor
Maybe
Single
subscribeActual
blockingSubscribe
Single.doOnX
Observable
refCount()
Flowable.take
switchMap
Scheduler
toString
Emitter
null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version 2.1.14 - May 23, 2018 (Maven)
API changes
Single.concatEager()
.ConnectableObservable.refCount()
andConnectableFlowable.refCount()
with minimum consumer count & disconnect grace period.Observable.throttleLatest
andFlowable.throttleLatest()
.MulticastProcessor
.assertValueSetOnly
andassertValueSequenceOnly
toTestObserver
/TestSubscriber
.Deprecations
getValues()
inSubject
s/FlowableProcessor
s to be removed in 3.x.Documentation changes
Maybe
/Single
JavaDocs; annotation cleanup.subscribeActual
methods.blockingSubscribe
JavaDoc clarifications.Single.doOnX
methods.Observable
javadoc cleanup.Bugfixes
refCount()
connect/subscribe/cancel deadlock.Flowable.take
to route post-cancel errors to plugin error handler.switchMap
to indicate boundary fusion.Other changes
Scheduler
class.toString
method for someEmitter
s.null
checks on primitives.The text was updated successfully, but these errors were encountered: