Request2Adapter

internal class Request2Adapter<T>(val responseType: Type, val responseInstance: Request2<T>) : CallAdapter<T, Call<Request2<T>>>

Request2adapter

Since

0.5.1

Constructors

Link copied to clipboard
constructor(responseType: Type, responseInstance: Request2<T>)

Properties

Link copied to clipboard
Link copied to clipboard
private val responseType: Type

Functions

Link copied to clipboard
open override fun adapt(call: Call<T>): Call<Request2<T>>
Link copied to clipboard
open override fun responseType(): Type