Package-level declarations

Types

Link copied to clipboard
class EitherCallAdapterFactory : CallAdapter.Factory

A CallAdapter.Factory which supports suspend + Either as the return type

Link copied to clipboard
data class ResponseE<E, A>(val raw: Response, val body: Either<E, A>)