Package net.devslash
Object RequestCreator.Companion
-
- All Implemented Interfaces:
public class RequestCreator.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RequestCreator.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> HttpRequest
getRequestFor(Call<T> call, RequestData<T> data)
-
-
Method Detail
-
getRequestFor
final <T extends Any> HttpRequest getRequestFor(Call<T> call, RequestData<T> data)
-
-
-
-