Write1

doobie.util.Write1
sealed trait Write1 extends WritePlatform

Attributes

Source:
write.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Write.type
Self type
Write.type

Members list

Concise view

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

Implicits

implicit def optional[A](implicit W: Write[A], ev: A <:!< Option[_]): Write[Option[A]]

Attributes

Source:
write.scala