Read

doobie.util.Read
See theRead companion class
object Read extends ReadPlatform

Attributes

Companion
class
Source
read.scala
Graph
Supertypes
trait ReadPlatform
class Object
trait Matchable
class Any
Self type
Read.type

Members list

Value members

Concrete methods

def apply[A](implicit ev: Read[A]): Read[A]

Attributes

Source
read.scala

Givens

Inherited givens

given cons1[H, T <: Tuple](using H: => Read[Option[H]], T: => Read[Option[T]]): Read[Option[H *: T]]

Attributes

Inherited from:
ReadPlatform
Source
ReadPlatform.scala
given cons2[H, T <: Tuple](using H: => Read[Option[H]], T: => Read[Option[T]]): Read[Option[Option[H] *: T]]

Attributes

Inherited from:
ReadPlatform
Source
ReadPlatform.scala
given derived[P <: Product, A](using m: ProductOf[P], i: A =:= <none>, w: Read[A]): Read[P]

Attributes

Inherited from:
ReadPlatform
Source
ReadPlatform.scala
given given_Read_*:[H, T <: Tuple](using H: Read[H], T: Read[T]): Read[H *: T]

Attributes

Inherited from:
ReadPlatform
Source
ReadPlatform.scala
given given_Read_EmptyTuple: Read[EmptyTuple]

Attributes

Inherited from:
ReadPlatform
Source
ReadPlatform.scala
given given_Read_Option[P <: Product, A](using m: ProductOf[P], i: A =:= <none>, w: Read[Option[A]]): Read[Option[P]]

Attributes

Inherited from:
ReadPlatform
Source
ReadPlatform.scala
given roe: Read[Option[EmptyTuple]]

Attributes

Inherited from:
ReadPlatform
Source
ReadPlatform.scala
given rou: Read[Option[Unit]]

Attributes

Inherited from:
ReadPlatform
Source
ReadPlatform.scala

Implicits

Implicits

implicit val ReadApply: Applicative[Read]

Attributes

Source
read.scala
implicit def fromGet[A](implicit ev: Get[A]): Read[A]

Attributes

Source
read.scala
implicit def fromGetOption[A](implicit ev: Get[A]): Read[Option[A]]

Attributes

Source
read.scala
implicit val unit: Read[Unit]

Attributes

Source
read.scala