idCanHandleError
trait CanHandleError[Id]
class Object
trait Matchable
class Any
Value members
Concrete methods
@inline
final override def handleNonFatalWith[A, AA >: A](fa: => Id[A])(handleError: Throwable => Id[AA]): Id[AA]
- Definition Classes
- CanHandleError
Inherited methods
@inline
final def handleEitherNonFatal[A, AA >: A, B, BB >: B](fab: => Id[Either[A, B]])(handleError: Throwable => Either[AA, BB]): Id[Either[AA, BB]]
- Inherited from
- CanHandleError
@inline
final def handleEitherNonFatalWith[A, AA >: A, B, BB >: B](fab: => Id[Either[A, B]])(handleError: Throwable => Id[Either[AA, BB]]): Id[Either[AA, BB]]
- Inherited from
- CanHandleError