You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Override public CallAdapter<?> get(Type returnType, Annotation[] annotations, Retrofit retrofit) { return new RxCallAdapterWrapper(retrofit, original.get(returnType, annotations, retrofit)); }
CallAdapter<?>提示:Wrong number of type arguments: 1; required:
The text was updated successfully, but these errors were encountered:
RxErrorHandlingCallAdapterFactory中的
@Override public CallAdapter<?> get(Type returnType, Annotation[] annotations, Retrofit retrofit) { return new RxCallAdapterWrapper(retrofit, original.get(returnType, annotations, retrofit)); }
CallAdapter<?>
提示:Wrong
number of type arguments: 1; required:The text was updated successfully, but these errors were encountered: