canCatchId

object canCatchId extends CanCatch[Id]
trait CanCatch[Id]
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
final override def catchNonFatalThrowable[A](fa: => Id[A]): Id[Either[Throwable, A]]
Definition Classes
CanCatch

Inherited methods

@inline
final def catchNonFatal[A, B](fb: => Id[B])(f: PartialFunction[Throwable, A]): Id[Either[A, B]]
Inherited from
CanCatch
@inline
final def catchNonFatalEither[A, AA >: A, B](fab: => Id[Either[A, B]])(f: PartialFunction[Throwable, AA]): Id[Either[AA, B]]
Inherited from
CanCatch