DerivedCellEncoder

fs2.data.csv.generic.internal.DerivedCellEncoder
See theDerivedCellEncoder companion trait

Attributes

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

Members list

Givens

Givens

inline given deriveCoproduct[T](using g: CoproductInstances[DerivedCellEncoder, T]): deriveCoproduct[T]

Attributes

Source
DerivedCellEncoder.scala
inline given deriveSingleton[T](using cv: CellValue[T]): deriveSingleton[T]

Attributes

Source
DerivedCellEncoder.scala
given deriveUnaryProduct[T <: Product](using m: ProductOf[T] { type MirroredElemTypes <: Any *: EmptyTuple; }, ce: CellEncoder[Head[m.MirroredElemTypes]]): DerivedCellEncoder[T]

Attributes

Source
DerivedCellEncoder.scala