IdCanHandleError

object IdCanHandleError extends CanHandleError[Id]
trait CanHandleError[Id]
trait CanHandleError[Id]
class Object
trait Matchable
class Any

Type members

Inherited types

type Xor[+A, +B] = A \/ B
Inherited from
CanHandleError
type XorT[A, B] = EitherT[F, A, B]
Inherited from
CanHandleError

Value members

Concrete methods

override def handleNonFatal[A, AA >: A](fa: => Id[A])(handleError: Throwable => AA): Id[AA]
Definition Classes
CanHandleError
override def handleNonFatalWith[A, AA >: A](fa: => Id[A])(handleError: Throwable => Id[AA]): Id[AA]
Definition Classes
CanHandleError

Inherited methods

final def handleEitherNonFatal[A, AA >: A, B, BB >: B](fab: => Id[A \/ B])(handleError: Throwable => AA \/ BB): Id[AA \/ BB]
Inherited from
CanHandleError
final def handleEitherNonFatalWith[A, AA >: A, B, BB >: B](fab: => Id[A \/ B])(handleError: Throwable => Id[AA \/ BB]): Id[AA \/ BB]
Inherited from
CanHandleError
final def handleEitherTNonFatal[A, AA >: A, B, BB >: B](efab: => XorT[A, B])(handleError: Throwable => AA \/ BB): XorT[AA, BB]
Inherited from
CanHandleError
final def handleEitherTNonFatalWith[A, AA >: A, B, BB >: B](efab: => XorT[A, B])(handleError: Throwable => Id[AA \/ BB]): XorT[AA, BB]
Inherited from
CanHandleError