kmp-ble
Toggle table of contents
v0.3.7
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-codec
/
com.atruedev.kmpble.codec
/
map
map
fun
<
A
,
B
>
BleDecoder
<
A
>
.
map
(
transform
:
(
A
)
->
B
)
:
BleDecoder
<
B
>
Transform the output of this decoder.
fun
<
A
,
B
>
BleDataDecoder
<
A
>
.
map
(
transform
:
(
A
)
->
B
)
:
BleDataDecoder
<
B
>
Transform the output of this BleData decoder.