kotest-fp / io.kotest.fp / recoverWith

recoverWith

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