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
Observable
Async
Publish
combineLatest
subscribeOn
Flowable
F.reduce(seed, reducer)
F.reduceWith(seedSupplier, reducer)
O.reduce(seed, reducer)
Maybe.defaultIfEmpty
toSingle
ReplaySubject.getValue()
getValues()
concat
isDisposed
FlowableWithLatestFrom
ReplayProcessor
NotificationLite
SpscLinkedArrayQueue
Single.delaySubscription
@NonNull
Consumer
Function
FlowableTimeoutTimed
AtomicReference
Schedulers.io()
{link
@
withLatestFrom
The text was updated successfully, but these errors were encountered:
Closing via https://github.com/ReactiveX/RxJava/releases/tag/v2.1.2
Sorry, something went wrong.
No branches or pull requests
Version 2.1.2 - July 23, 2017 (Maven)
Documentation changes
Observable
class' javadoc.Async
andPublish
processors javadoc.combineLatest
operators accepting unspecified number of sources.subscribeOn
.Flowable
andObservable
reduce.F.reduce(seed, reducer)
,F.reduceWith(seedSupplier, reducer)
andO.reduce(seed, reducer)
.Maybe.defaultIfEmpty
regardingtoSingle
.Bugfixes
ReplaySubject.getValue()
inconsistency withgetValues()
on old items.concat
to reportisDisposed
consistently with termination.FlowableWithLatestFrom
not requesting more when the other hasn't emitted yet.ReplayProcessor
backpressure andNotificationLite
emission bug.SpscLinkedArrayQueue
.Single.delaySubscription
methods.Other
@NonNull
annotation inConsumer
method parameter.@NonNull
annotation fromFunction
.FlowableTimeoutTimed
instead of anAtomicReference
.Schedulers.io()
javadoc{link
missing the@
symbol.withLatestFrom
conditional subscriber, test cold consumption.The text was updated successfully, but these errors were encountered: