abstract fun <U> map(f: (T) -> U): WebcomResult<U>
Maps the result of this computation using the given f function.