Read1

doobie.util.Read1
sealed trait Read1 extends ReadPlatform

Attributes

Source
read.scala
Graph
Supertypes
trait ReadPlatform
class Object
trait Matchable
class Any
Known subtypes
object Read.type
Self type
Read.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

Implicits

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

Attributes

Source
read.scala