catch

@JvmName(name = "tryCatch")
inline fun <R> catch(f: () -> R): Either<Throwable, R>(source)