Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
livedata
/
io.attractions.livedata
/
map
map
fun
<
S
,
T
>
LiveData
<
T
>
.
map
(
transformT
:
(
T
)
->
S
)
:
LiveData
<
S
>
Maps the value of the LiveData to a new value using the provided transformation function.