Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.result
/
SolidResult
/
fold
fold
inline
fun
<
R
>
fold
(
onSuccess
:
(
T
)
->
R
,
onFailure
:
(
SolidError
)
->
R
)
:
R
Collapses both variants to a single
R
.