LowPriorityCsvFieldDecoders

trait ProductDerivation[CsvDecoder]
trait CommonDerivation[CsvDecoder]
class Object
trait Matchable
class Any
object CsvDecoder.type

Type members

Inherited types

type Typeclass[T] = TypeClass[T]
Inherited from:
CommonDerivation

Value members

Inherited methods

inline def `getParams__`[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], inheritedAnnotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], defaults: Map[String, Option[() => Any]], idx: Int): List[Param[Typeclass, T]]
Inherited from:
CommonDerivation
inline def derivedMirror[A](using mirror: Of[A]): CsvDecoder[A]
Inherited from:
ProductDerivation
inline def derivedMirrorProduct[A](product: ProductOf[A]): CsvDecoder[A]
Inherited from:
CommonDerivation
inline def getParams[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Inherited from:
CommonDerivation
inline def getParams_[T, Labels <: Tuple, Params <: Tuple](annotations: Map[String, List[Any]], inheritedAnnotations: Map[String, List[Any]], typeAnnotations: Map[String, List[Any]], repeated: Map[String, Boolean], idx: Int): List[Param[Typeclass, T]]
Inherited from:
CommonDerivation
def join[T](ctx: CaseClass[CsvDecoder, T]): CsvDecoder[T]

Givens

Inherited givens

given autoDerive[T](using Of[T]): CsvDecoder[T]
given derived[A](using Of[A]): TypeClass[A]
Inherited from:
ProductDerivation

Implicits

Implicits

implicit val bigDecimalDecoder: CsvSingleFieldDecoder[BigDecimal]
implicit val bigIntDecoder: CsvSingleFieldDecoder[BigInt]
implicit val booleanDecoder: CsvSingleFieldDecoder[Boolean]
implicit val doubleDecoder: CsvSingleFieldDecoder[Double]
implicit val localDateDecoder: CsvSingleFieldDecoder[LocalDate]
implicit val localDateTimeDecoder: CsvSingleFieldDecoder[LocalDateTime]
implicit def optionDecoder[A : CsvDecoder]: CsvDecoder[Option[A]]
implicit val stringDecoder: CsvSingleFieldDecoder[String]