All existing examples I can find for Retrofit call...
# announcements
h
All existing examples I can find for Retrofit call adapters convert from
Call
to another Future-like type. I don't know how to add a call adapter that can convert from
Call<Type1>
to
Call<Type2>