You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull 6052: Change {PublishSubject|PublishProcessor}.subscribeActual to protected. They were accidentally made public and there is no reason to call them outside of RxJava internals.
Version 2.1.15 - June 22, 2018 (Maven)
API changes
blockingSubscribe
overload with prefetch amount allowing bounded backpressure.{PublishSubject|PublishProcessor}.subscribeActual
toprotected
. They were accidentally made public and there is no reason to call them outside of RxJava internals.Documentation changes
CompositeDisposable
JavaDoc.MulticastProcessor
JavaDoc comment.throttleWithTimout
is an alias ofdebounce
.Maybe
marble diagrams 06/21/ablockingForEach()
JavaDocs.{X}Processor
JavaDocs by syncing with{X}Subject
docs.Performance enhancements
Single.flatMapPublisher
so it doesn't batch requests.{Single|Maybe}.flatMap{Publisher|Observable}
&andThen(Observable|Publisher)
implementations.Observable.takeUntil
.Bugfixes
Single.takeUntil
,Maybe.takeUntil
dispose behavior.groupBy
eviction so that source is cancelled and reduce volatile reads.LambdaObserver.onError
to route to global error handler.BlockingSubscriber
that would always be false due to wrong variable.Other changes
MulticastProcessor
&{0..1}.flatMapPublisher
TakeUntilPerf
.DESIGN.md
The text was updated successfully, but these errors were encountered: