canCatchId
trait CanCatch[Id]
class Object
trait Matchable
class Any
Value members
Inherited methods
@inline
final def catchNonFatal[A, B](fb: => Id[B])(f: PartialFunction[Throwable, A])(implicit fxCtor: FxCtor[Id]): Id[Either[A, B]]
- Inherited from
- CanCatch
@inline
final def catchNonFatalEither[A, AA >: A, B](fab: => Id[Either[A, B]])(f: PartialFunction[Throwable, AA])(implicit fxCtor: FxCtor[Id]): Id[Either[AA, B]]
- Inherited from
- CanCatch