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
BaseTestConsumer.assertValuesOnly
Maybe.switchIfEmpty(Single)
LambdaConsumerIntrospection
onError
subscribe()
NullPointerException
Single
Observable
Observable.combineLatestDelayError
BaseTestConsumer.assertValueSequence
Observable.concatMapEager
Single.timeout
The text was updated successfully, but these errors were encountered:
Closing via 2.1.4.
Sorry, something went wrong.
No branches or pull requests
Version 2.1.4 - September 22, 2017 (Maven)
API changes
BaseTestConsumer.assertValuesOnly
.Maybe.switchIfEmpty(Single)
.LambdaConsumerIntrospection
for detecting the lack ofonError
callback insubscribe()
calls.Documentation changes
NullPointerException
comment to someSingle
operators.Single
in someObservable
operators.Bugfixes
Observable.combineLatestDelayError
sync initial error not emitting.BaseTestConsumer.assertValueSequence
reversed error message.Observable.concatMapEager
queueing of source items.Other
Single.timeout
unnecessary dispose calls.The text was updated successfully, but these errors were encountered: