mapCatching

inline fun <R, T> Result<T>.mapCatching(transform: (value: T) -> R): Result<R>