kotest-fp / io.kotest.fp / recover

recover

fun <U, T : U> Try<T>.recover(f: (Throwable) -> U): Try<U>