renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.lang.result
/
CSResult
/
ifFailure
if
Failure
inline suspend
fun
ifFailure
(
crossinline
function
:
suspend
(
CSResult
<
Value
>
)
->
Unit
)
:
CSResult
<
Value
>
inline suspend
fun
ifFailure
(
dispatcher
:
CoroutineContext
?
,
crossinline
function
:
suspend
(
CSResult
<
Value
>
)
->
Unit
)
:
CSResult
<
Value
>