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

map

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

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