toggle menu
Arrow
1.2.4
jvm
switch theme
search in API
arrow-core-retrofit
/
arrow.retrofit.adapter.either
Package-level
declarations
Types
Types
Either
Call
Adapter
Factory
Link copied to clipboard
class
EitherCallAdapterFactory
:
CallAdapter.Factory
A
CallAdapter.Factory
which supports suspend +
Either
as the return type
Response
E
Link copied to clipboard
data
class
ResponseE
<
E
,
A
>
(
val
raw
:
Response
,
val
body
:
Either
<
E
,
A
>
)