-
Notifications
You must be signed in to change notification settings - Fork 182
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
Support io.reactivex.Maybe #846
Comments
It will be great! |
I've started to look into Maybe implementation and not everything is quite clear. |
Another question. What will be correct for empty list/cursor cases: to return an empty list/cursor or to just complete stream without an emission? |
Dumn, my bad=( Maybe we should create separate Otherwise, if we are ok that result of //cc @artem-zinnatullin
I guess we should complete stream without an emission, otherwise it will be the same |
Had the same thoughts and just wanted to verify it. Not sure if I got what you were saying about |
Not quite so, interceptor must return value of the same type as prepared operation uses |
Yeah, now I see... Have to think more about it then |
As I said before maybe we can add |
I'll look into it tomorrow with a clear head =) |
I will prepare some draft for this idea in 2 hours |
I suppose something like this |
I'll work on this as soon as initial RxJava 2 support will be merged
The text was updated successfully, but these errors were encountered: