ToCatchableOps

class Object
trait Matchable
class Any
object catchable
object Scalaz
object all

Implicits

Implicits

implicit
def ToCatchableOps[F[_], A](v: F[A])(implicit F0: Catchable[F]): CatchableOps[F, A]

Inherited implicits

implicit
def ToCatchableOpsUnapply[FA](v: FA)(implicit F0: Unapply[[F[_]] =>> Catchable[F], FA]): CatchableOps[M, A]
Inherited from
ToCatchableOps0