OnCancel

doobie.postgres.free.pgconnection.PGConnectionOp.OnCancel
case class OnCancel[A](fa: PGConnectionIO[A], fin: PGConnectionIO[Unit]) extends PGConnectionOp[A]

Attributes

Source
pgconnection.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PGConnectionOp[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Source
pgconnection.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product