HandleErrorWith

doobie.free.driver$.DriverOp$.HandleErrorWith
final case class HandleErrorWith[A](fa: DriverIO[A], f: Throwable => DriverIO[A]) extends DriverOp[A]

Attributes

Source:
driver.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DriverOp[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def visit[F[_]](v: Visitor[F]): F[A]

Attributes

Source:
driver.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product