common / com.schibsted.account.common.lib / recoverWith

recoverWith

fun <O> Try<O>.recoverWith(onError: (Throwable) -> Try<O>): Try<O>