stream-result
1.0.0
androidJvm
stream-result
io.
getstream.
result
copy
With
Message()
extract
Cause()
flat
Map()
flat
Map
Suspend()
on
Error
Suspend()
on
Success
Suspend()
recover()
recover
Suspend()
Result
Failure
Success
Stream
Error
Generic
Error
Network
Error
Companion
Throwable
Error
then()
io.
getstream.
result.
internal
Stream
Hands
Off
stream-result-call
io.
getstream.
result.
call
Call
Callback
Companion
Coroutine
Call
Distinct
Call
do
On
Result()
do
On
Start()
enqueue()
force
New
Request()
launch()
map()
on
Error
Return()
retry()
Return
On
Error
Call
share()
Shared
Calls
Key
to
Unit
Call()
with
Precondition()
zip
With()
io.
getstream.
result.
call.
dispatcher
Call
Dispatcher
Provider
io.
getstream.
result.
call.
retry
Retry
Policy
stream-result-call-retrofit
io.
getstream.
result.
call.
retrofit
Error
Parser
Retrofit
Call
Retrofit
Call
Adapter
Factory
Companion
stream-result-call-retrofit
/
io.getstream.result.call.retrofit
/
RetrofitCall
Retrofit
Call
class
RetrofitCall
<
T
:
Any
>
(
call
:
Call
<
T
>
,
errorParser
:
ErrorParser
<
*
>
,
scope
:
CoroutineScope
)
:
Call
<
T
>
Members
Constructors
Retrofit
Call
Link copied to clipboard
constructor
(
call
:
Call
<
T
>
,
errorParser
:
ErrorParser
<
*
>
,
scope
:
CoroutineScope
)
Functions
await
Link copied to clipboard
open
suspend override
fun
await
(
)
:
Result
<
T
>
cancel
Link copied to clipboard
open
override
fun
cancel
(
)
enqueue
Link copied to clipboard
open
override
fun
enqueue
(
callback
:
Call.Callback
<
T
>
)
execute
Link copied to clipboard
open
override
fun
execute
(
)
:
Result
<
T
>
Inherited functions
enqueue
Link copied to clipboard
open
fun
enqueue
(
)