Package pl.grizzlysoftware.util
Class RetrofitCallExecutor
- java.lang.Object
-
- pl.grizzlysoftware.util.RetrofitCallExecutor
-
public class RetrofitCallExecutor extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Classtarget
-
Constructor Summary
Constructors Constructor Description RetrofitCallExecutor(java.lang.Class target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TexecOrThrow(retrofit2.Call<T> call)<T> retrofit2.Response<T>executeOrThrow(retrofit2.Call<T> call)
-