arrow-core-data / arrow.core / Validated / catchNel

catchNel

@JvmStatic inline fun <A> catchNel(f: () -> A): ValidatedNel<Throwable, A> suspend fun <A> ~~catchNel~~(f: suspend () -> A): ValidatedNel<Throwable, A> Deprecated: Use the inline version. Hidden for binary compat

Do you like Arrow?

Arrow Org
<