ReadFromCopy1

doobie.postgres.free.copyout$.CopyOutOp$.ReadFromCopy1
final case class ReadFromCopy1(a: Boolean) extends CopyOutOp[Array[Byte]]

Attributes

Source:
copyout.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CopyOutOp[Array[Byte]]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def visit[F[_]](v: Visitor[F]): F[Array[Byte]]

Attributes

Source:
copyout.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product