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
Flowable.concatMapCompletable{DelayError}
Flowable.switchMapCompletable{DelayError}
Flowable.concatMap{Maybe,Single}{DelayError}
Flowable.switchMap{Maybe,Single}{DelayError}
Observable
switchMapX
concatMapX
TestScheduler
Observable.concatMapCompletable
Observable.(concat|switch)Map{Completable|Single|Maybe}
Observable.switchMap
Flowable.lift()
lift()
NoSuchElementException
Single.zip()
dematerialize()
buffer()
onError
window(Observable|Callable)
Flowable.window(Publisher|Callable)
ReplaySubject
Observable.flatMap
maxConcurrency
publish(-|Function)
replay
Flowable.singleOrError().toFlowable()
FlowableWindowBoundary
NullPointerException
@Nullable
The text was updated successfully, but these errors were encountered:
Closing via v2.1.11.
Sorry, something went wrong.
No branches or pull requests
Version 2.1.11 - March 20, 2018 (Maven)
API changes
Flowable.concatMapCompletable{DelayError}
operator.Flowable.switchMapCompletable{DelayError}
operator.Flowable.concatMap{Maybe,Single}{DelayError}
operators.Flowable.switchMap{Maybe,Single}{DelayError}
operators.Observable
switchMapX
andconcatMapX
operators.TestScheduler
that takes the initial virtual time.Performance enhancements
Observable.concatMapCompletable
.Observable.(concat|switch)Map{Completable|Single|Maybe}
.Observable.switchMap
inner source.Documentation changes
Flowable.lift()
operator.lift()
operators.NoSuchElementException
toSingle.zip()
.dematerialize()
and terminal items/signals.buffer()
documentation to correctly describeonError
behavior.Bugfixes
window(Observable|Callable)
upstream handling.Flowable.window(Publisher|Callable)
upstream handling.ReplaySubject
.Observable.flatMap
scalarmaxConcurrency
overflow.publish(-|Function)
subscriber swap possible data loss.replay
components.Flowable.singleOrError().toFlowable()
not signallingNoSuchElementException
.FlowableWindowBoundary
not cancelling the upstream on a missing backpressure case, causingNullPointerException
.Other changes
@Nullable
annotations to subjects.The text was updated successfully, but these errors were encountered: