CsvRecordDecoder2

ceesvee.CsvRecordDecoder2

Attributes

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

Members list

Concise view

Value members

Inherited methods

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

Attributes

Inherited from:
CsvRecordDecoderDeriveScalaVersion
inline def summonAll[T <: Tuple]: List[CsvRecordDecoder[_]]

Attributes

Inherited from:
CsvRecordDecoderDeriveScalaVersion

Implicits

Implicits

implicit def field[T : CsvFieldDecoder]: CsvRecordDecoder[T]
implicit def fieldOptional[T : CsvFieldDecoder]: CsvRecordDecoder[Option[T]]

Inherited implicits

implicit def optional[T](implicit D: CsvRecordDecoder[T]): CsvRecordDecoder[Option[T]]

Attributes

Inherited from:
CsvRecordDecoder3