sdk-common / com.tomtom.online.sdk.common.functional / Try / Failure / recoverWith

recoverWith

fun recoverWith(@NonNull function: (in Throwable!) -> Try<out T>!): Try<T>!

Overrides Try.recoverWith