com.github.rs3vans.monadik / recover

recover

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