Android-Demos icon indicating copy to clipboard operation
Android-Demos copied to clipboard

Wrong` number of type arguments: 1; required

Open fangood opened this issue 7 years ago • 0 comments

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:

fangood avatar Apr 10 '18 07:04 fangood