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

map

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

Overrides WebcomResult.map

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