Skip to content
New issue

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

Remove generic parameters from Completable.asMaybe() and Completable.asObservable() converters #615

Closed
arkivanov opened this issue Jun 4, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@arkivanov
Copy link
Contributor

The return types can be just Maybe<Nothing> and Observable<Nothing>. This will brake source compatibility, but won't brake binary compatibility. Better to do with the next minor release.

@arkivanov arkivanov added the enhancement New feature or request label Jun 4, 2021
@arkivanov
Copy link
Contributor Author

Moved to #620

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant