arrow-core-data / arrow.core / Either / catchAndFlatten

catchAndFlatten

suspend inline fun <R> ~~catchAndFlatten~~(f: suspend () -> Either<Throwable, R>): Either<Throwable, R> Deprecated: Use the inline version. Hidden for binary compat

@JvmStatic @JvmName("tryCatchAndFlatten") inline fun <R> catchAndFlatten(f: () -> Either<Throwable, R>): Either<Throwable, R>

Do you like Arrow?

Arrow Org
<