CopyOut2

doobie.postgres.free.copymanager$.CopyManagerOp$.CopyOut2
final case class CopyOut2(a: String, b: Writer) extends CopyManagerOp[Long]

Attributes

Source:
copymanager.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyManagerOp[Long]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
copymanager.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product