JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
G
O
R
T
A
await($receiver, p)
- Static method in class ru.gildor.coroutines.retrofit.
CallAwaitKt
Suspend extension that allows suspend
Call
inside of a coroutine.
awaitResponse($receiver, p)
- Static method in class ru.gildor.coroutines.retrofit.
CallAwaitKt
Suspend extension that allows suspend
Call
inside coroutine.
awaitResult($receiver, p)
- Static method in class ru.gildor.coroutines.retrofit.
CallAwaitKt
Suspend extension that allows suspend
Call
inside coroutine.
C
CallAwaitKt
- Class in
ru.gildor.coroutines.retrofit
E
Error(exception, response)
- Constructor for class ru.gildor.coroutines.retrofit.
Result.Error
HTTP error
ErrorResult
- Interface in
ru.gildor.coroutines.retrofit
Interface for
class Result
classes that contains
Throwable
:
class Result.Error
and
class Result.Exception
Exception(exception)
- Constructor for class ru.gildor.coroutines.retrofit.
Result.Exception
Network exception occurred talking to the server or when an unexpected exception occurred creating the request or processing the response
G
getException()
- Method in interface ru.gildor.coroutines.retrofit.
ErrorResult
getException()
- Method in class ru.gildor.coroutines.retrofit.
Result.Error
getException()
- Method in class ru.gildor.coroutines.retrofit.
Result.Exception
getOrDefault($receiver, p)
- Static method in class ru.gildor.coroutines.retrofit.
ResultKt
Returns Result.Ok.value or default
getOrNull($receiver)
- Static method in class ru.gildor.coroutines.retrofit.
ResultKt
Returns Result.Ok.value or
null
getOrThrow($receiver, throwable)
- Static method in class ru.gildor.coroutines.retrofit.
ResultKt
Returns Result.Ok.value or throw throwable or
ErrorResult.getException
getResponse()
- Method in interface ru.gildor.coroutines.retrofit.
ResponseResult
getResponse()
- Method in class ru.gildor.coroutines.retrofit.
Result.Error
getResponse()
- Method in class ru.gildor.coroutines.retrofit.
Result.Ok
getValue()
- Method in class ru.gildor.coroutines.retrofit.
Result.Ok
O
Ok(value, response)
- Constructor for class ru.gildor.coroutines.retrofit.
Result.Ok
Successful result of request without errors
R
ResponseResult
- Interface in
ru.gildor.coroutines.retrofit
Interface for
class Result
classes with
okhttp3.Response
:
class Result.Ok
and
class Result.Error
Result
<
T
> - Class in
ru.gildor.coroutines.retrofit
Sealed class of HTTP result
Result.Error
- Class in
ru.gildor.coroutines.retrofit
HTTP error
Result.Exception
- Class in
ru.gildor.coroutines.retrofit
Network exception occurred talking to the server or when an unexpected exception occurred creating the request or processing the response
Result.Ok
<
T
> - Class in
ru.gildor.coroutines.retrofit
Successful result of request without errors
ResultKt
- Class in
ru.gildor.coroutines.retrofit
ru.gildor.coroutines.retrofit
- package ru.gildor.coroutines.retrofit
T
toString()
- Method in class ru.gildor.coroutines.retrofit.
Result.Error
toString()
- Method in class ru.gildor.coroutines.retrofit.
Result.Exception
toString()
- Method in class ru.gildor.coroutines.retrofit.
Result.Ok
A
C
E
G
O
R
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes