Webcom Android API
2.2.5-SNAPSHOT
Webcom Android API
/
com.orange.webcom.sdk
/
WebcomResult
/
map
map
abstract
fun
<
U
>
map
(
f
:
(
T
)
->
U
)
:
WebcomResult
<
U
>
Content copied to clipboard
Maps the result of this computation using the given
f
function.