recoverCatching

inline fun <T> Outcome<T>.recoverCatching(recoverBlock: (Outcome.Failure) -> T): Outcome<T>