kotlin-result
1.1.14
kotlin-result
/
com.github.michaelbull.result.coroutines
Package
com.
github.
michaelbull.
result.
coroutines
Functions
Functions
binding
Link copied to clipboard
inline suspend
fun
<
V
,
E
>
binding
(
crossinline
block
:
suspend
ResultBinding
<
E
>
.
(
)
->
V
)
:
Result
<
V
,
E
>
Content copied to clipboard
Suspending variant of
binding
.