Auto

doobie.util.Read.Auto
object Auto extends ReadAutoPlatform

Attributes

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

Members list

Value members

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

Inherited implicits

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

Attributes

Inherited from:
ReadAutoPlatform
Source
ReadPlatform.scala