Webcom Android SDK Public API Reference / com.orange.webcom.sdkv2 / WebcomResult / Success / map

map

fun <U> map(f: (T) -> U): WebcomResult<U>

Overrides WebcomResult.map

Maps the result of this computation using the given f function.