ResultCallAdapter

class ResultCallAdapter<R>(responseType: Type) : CallAdapter<R, Call<Result<R>>>

Author

sunlulu.tomato

Constructors

Link copied to clipboard
constructor(responseType: Type)

Functions

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