Write

doobie.util.Write$
See theWrite companion trait
object Write extends Write1

Attributes

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

Members list

Concise view

Type members

Classlikes

object Auto extends WriteAutoPlatform

Attributes

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

Value members

Concrete methods

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

Attributes

Source:
write.scala

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 val WriteContravariantSemigroupal: ContravariantSemigroupal[Write]

Attributes

Source:
write.scala
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 unit: Write[Unit]

Attributes

Source:
write.scala

Inherited implicits

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

Attributes

Inherited from:
Write1
Source:
write.scala