recover

infix inline fun <Ok : Any, Error : Any> Outcome<Ok, Error>.recover(transform: (Error) -> Ok): Success<Ok>

An alias for coerceToSuccess.