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