TextPlatform

doobie.postgres.TextPlatform
trait TextPlatform

Attributes

Source
TextPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Text.type
Self type
Text.type

Members list

Givens

Givens

given derived[P <: Product, A](using m: ProductOf[P], i: <none> =:= A, t: Text[A]): Text[P]

Attributes

Source
TextPlatform.scala
given given_Text_*:[A](using csv: Text[A]): Text[A *: EmptyTuple]

Attributes

Source
TextPlatform.scala
given given_Text_*:[H, T <: Tuple](using h: Text[H], t: Text[T]): Text[H *: T]

Attributes

Source
TextPlatform.scala