- Since
2020-08-17
- Companion
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
Concrete methods
@inline
final def handleEitherNonFatal[A, AA >: A, B, BB >: B](fab: => F[Either[A, B]])(handleError: Throwable => Either[AA, BB]): F[Either[AA, BB]]
@inline
final def handleEitherNonFatalWith[A, AA >: A, B, BB >: B](fab: => F[Either[A, B]])(handleError: Throwable => F[Either[AA, BB]]): F[Either[AA, BB]]