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
/
map
map
inline
fun
<
T
,
R
>
AdminResult
<
T
>
.
map
(
transform
:
(
T
)
->
R
)
:
AdminResult
<
R
>
(
source
)
Transforms the Success value with
transform
, propagating failures unchanged.