Write

doobie.util.Write$
See theWrite companion class
object Write extends WritePlatform

Attributes

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

Members list

Value members

Concrete methods

def apply[A](implicit A: Write[A]): Write[A]

Attributes

Source
write.scala

Givens

Inherited givens

given cons1[H, T <: Tuple](using H: => Write[Option[H]], T: => Write[Option[T]]): Write[Option[H *: T]]

Attributes

Inherited from:
WritePlatform
Source
WritePlatform.scala
given cons2[H, T <: Tuple](using H: => Write[Option[H]], T: => Write[Option[T]]): Write[Option[Option[H] *: T]]

Attributes

Inherited from:
WritePlatform
Source
WritePlatform.scala
given derived[P <: Product, A](using m: ProductOf[P], i: <none> =:= A, w: Write[A]): Write[P]

Attributes

Inherited from:
WritePlatform
Source
WritePlatform.scala
given given_Write_*:[H, T <: Tuple](using H: => Write[H], T: => Write[T]): Write[H *: T]

Attributes

Inherited from:
WritePlatform
Source
WritePlatform.scala
given given_Write_EmptyTuple: Write[EmptyTuple]

Attributes

Inherited from:
WritePlatform
Source
WritePlatform.scala
given given_Write_Option[P <: Product, A](using m: ProductOf[P], i: <none> =:= A, w: Write[Option[A]]): Write[Option[P]]

Attributes

Inherited from:
WritePlatform
Source
WritePlatform.scala
given woe: Write[Option[EmptyTuple]]

Attributes

Inherited from:
WritePlatform
Source
WritePlatform.scala
given wou: Write[Option[Unit]]

Attributes

Inherited from:
WritePlatform
Source
WritePlatform.scala

Implicits

Implicits

implicit def fromPut[A](implicit P: Put[A]): Write[A]

Attributes

Source
write.scala
implicit def fromPutOption[A](implicit P: Put[A]): Write[Option[A]]

Attributes

Source
write.scala
implicit val unitComposite: Write[Unit]

Attributes

Source
write.scala