stick
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
stick
stick-core
/
com.zombachu.stick
/
handle
handle
inline
fun
<
T
,
R
>
Result
<
T
>
.
handle
(
onSuccess
:
(
Result.Success
<
T
>
)
->
R
,
onFailure
:
(
Result.Failure
<
T
>
)
->
R
)
:
R