CsvRecordEncoder2

ceesvee.CsvRecordEncoder2
sealed trait CsvRecordEncoder2 extends CsvRecordEncoder3

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Known subtypes
Self type

Members list

Value members

Inherited methods

inline def derived[A](using m: ProductOf[A]): CsvRecordEncoder[A]

Attributes

Inherited from:
CsvRecordEncoderDeriveScalaVersion
inline def summonAll[T <: Tuple]: List[CsvRecordEncoder[_]]

Attributes

Inherited from:
CsvRecordEncoderDeriveScalaVersion

Implicits

Implicits

implicit def field[T](implicit E: CsvFieldEncoder[T]): CsvRecordEncoder[T]

Inherited implicits

Attributes

Inherited from:
CsvRecordEncoder4
implicit def optional[T](implicit E: CsvRecordEncoder[T], ev: T <:!< Option[_]): CsvRecordEncoder[Option[T]]

Attributes

Inherited from:
CsvRecordEncoder3