ReadPlatformInstance

doobie.util.ReadPlatformInstance
class ReadPlatformInstance[A](m: ProductOf[A], typeclasses: => List[Read[_]]) extends Read[A]

Attributes

Source
ReadPlatform.scala
Graph
Supertypes
trait Read[A]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def unsafeGet(rs: ResultSet, i: Int): A

Attributes

Definition Classes
Source
ReadPlatform.scala

Inherited methods

final def ap[B](ff: Read[A => B]): Read[B]

Attributes

Inherited from:
Read
Source
read.scala
final def get: ResultSetIO[A]

Attributes

Inherited from:
Read
Source
read.scala
def length: Int

Attributes

Inherited from:
Read
Source
read.scala
final def map[B](f: A => B): Read[B]

Attributes

Inherited from:
Read
Source
read.scala
final def map2[B, Z](fb: Read[B])(f: (A, B) => Z): Read[Z]

Attributes

Inherited from:
Read
Source
read.scala
final def product[B](fb: Read[B]): Read[(A, B)]

Attributes

Inherited from:
Read
Source
read.scala

Concrete fields

lazy override val gets: ArraySeq[(Get[_], NullabilityKnown)]

Attributes

Source
ReadPlatform.scala