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.toCompletable()
reset()
onTerminateDetach
merge
flatMap
concatMapIterable
flatMapIterable
EventLoopWorker
from(Iterable)
throwIfFatal()
OnCompletedFailedException
subscribe()
cast()
OperatorMapPair
map()
filter()
from(Future)
Single.doAfterTerminate
Completable
OnErrorNotImplementedException
The text was updated successfully, but these errors were encountered:
Can I get reviews for #3864, #3761 and #3905 ?
Sorry, something went wrong.
Excellent. Closing and moving over to PR #3906.
No branches or pull requests
Version 1.1.4 - May 4, 2016 (Maven)
API enhancements
Single.toCompletable()
.reset()
publiconTerminateDetach
- detach upstream/downstream for GCAPI deprecations
Performance enhancements
merge
/flatMap
for empty sources.concatMapIterable
/flatMapIterable
.Bugfixes
EventLoopWorker
.from(Iterable)
error handling of Iterable/IteratorthrowIfFatal()
now throwsOnCompletedFailedException
.subscribe()
sent to plugin error handler.cast()
should unsubscribe on crash eagerly.OperatorMapPair
should unsubscribe on crash eagerly.map()
andfilter()
should unsubscribe on crash eagerly.from(Future)
Single.doAfterTerminate
not calling actionsCompletable
swallowsOnErrorNotImplementedException
The text was updated successfully, but these errors were encountered: