-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Generics Help Please? #858
Comments
Thank you to @abersnaze for fixing the generics! |
I am getting the same compilation error now. Using |
@IgorGanapolsky what is the code exactly that doesn't compile? |
@akarnokd I have this code: And I get this error:
|
Nevermind, I solved it. I have to use this in my Retrofit Observable interface: instead of |
Generics have me stumped on the
merge
operator. The functionality is fine, but only if I leave it untyped.All other operators I'm using
lift
with are okay, but I can't get this one.Here is the compilation error:
The text was updated successfully, but these errors were encountered: