WritePlatform

doobie.util.WritePlatform

Attributes

Source
WritePlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Write.type

Members list

Givens

Givens

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
WritePlatform.scala
given given_Write_EmptyTuple: Write[EmptyTuple]

Attributes

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

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

Attributes

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

Attributes

Source
WritePlatform.scala