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
/
ifNotSuccess
if
Not
Success
inline suspend
fun
ifNotSuccess
(
crossinline
function
:
suspend
(
)
->
Unit
)
:
CSResult
<
Value
>
inline suspend
fun
ifNotSuccess
(
dispatcher
:
CoroutineContext
?
,
crossinline
function
:
suspend
(
)
->
Unit
)
:
CSResult
<
Value
>