FromFutureCancelable

doobie.free.resultset.ResultSetOp.FromFutureCancelable
case class FromFutureCancelable[A](fut: ResultSetIO[(Future[A], ResultSetIO[Unit])]) extends ResultSetOp[A]

Attributes

Source
resultset.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ResultSetOp[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
resultset.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product