Auto

doobie.util.Write.Auto
object Auto extends WriteAutoPlatform

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
WritePlatform
Source
WritePlatform.scala

Implicits

Inherited implicits

implicit inline def genWrite[A](using m: ProductOf[A]): Write[A]

Attributes

Inherited from:
WriteAutoPlatform
Source
WritePlatform.scala