HandleErrorWith
doobie.free.sqloutput$.SQLOutputOp$.HandleErrorWith
final case class HandleErrorWith[A](fa: SQLOutputIO[A], f: Throwable => SQLOutputIO[A]) extends SQLOutputOp[A]
Attributes
- Source
- sqloutput.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SQLOutputOp[A]class Objecttrait Matchableclass Any
Members list
In this article