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