arrow-core / arrow.core.extensions.either.applicativeError / catch
@JvmName("catch") fun <L, A> ~~catch~~(arg0: (Throwable) -> L, arg1: () -> A): Either<L, A> Deprecated: @extension kinded projected functions are deprecated
@JvmName("catch") fun <L, A> ~~catch~~(arg0: (
Throwable
) -> L, arg1: () -> A): Either<L, A>
Do you like Arrow?