Read

doobie.util.Read$
See theRead companion trait
object Read extends Read1

Attributes

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

Members list

Concise view

Type members

Classlikes

object Auto extends ReadAutoPlatform

Attributes

Source:
read.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Auto.type

Value members

Concrete methods

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

Attributes

Source:
read.scala

Inherited methods

inline def derived[A](using m: ProductOf[A]): Read[A]

Attributes

Inherited from:
ReadPlatform
Source:
ReadPlatform.scala
inline def summonAll[T <: Tuple]: List[Read[_]]

Attributes

Inherited from:
ReadPlatform
Source:
ReadPlatform.scala

Implicits

Implicits

implicit val ReadApply: Apply[Read]

Attributes

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

Attributes

Source:
read.scala
implicit def fromGetOption[A](implicit G: Get[A], ev: A <:!< Option[_]): Read[Option[A]]

Attributes

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

Attributes

Source:
read.scala

Inherited implicits

implicit def optional[A](implicit R: Read[A], ev: A <:!< Option[_]): Read[Option[A]]

Attributes

Inherited from:
Read1
Source:
read.scala