toggle menu
KResult
0.2.X
common
switch theme
search in API
kresult-core
/
io.kresult.core
/
combine
combine
fun
<
E
,
T
>
KResult
<
E
,
T
>
.
combine
(
other
:
KResult
<
E
,
T
>
,
combineFailure
:
(
E
,
E
)
->
E
,
combineSuccess
:
(
T
,
T
)
->
T
)
:
KResult
<
E
,
T
>