meshtastic-sdk
Toggle table of contents
0.1.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
meshtastic-sdk
core
/
org.meshtastic.sdk
/
fold
fold
inline
fun
<
T
,
R
>
AdminResult
<
T
>
.
fold
(
onSuccess
:
(
T
)
->
R
,
onFailure
:
(
AdminResult
<
T
>
)
->
R
)
:
R
(
source
)
Applies
onSuccess
or
onFailure
depending on the result.