com.github.rs3vans.monadik / recoverWith

recoverWith

inline fun <T : Any> Try<T>.recoverWith(transformer: (Exception) -> Try<T>): Try<T>