CsvDecoder

Companion:
class
trait ProductDerivation[CsvDecoder]
trait CommonDerivation[CsvDecoder]
class Object
trait Matchable
class Any

Type members

Types

type Result[+A] = Either[CsvDecoderException, A]

Inherited types

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

Value members

Concrete methods

def SingleField[A](implicit ev: CsvSingleFieldDecoder[A]): ev
def apply[A](implicit ev: CsvDecoder[A]): ev
def fieldDecodedCatch[E](withEmptyCells: Boolean): FieldDecoderCatchPartiallyApplied[E]
def fieldDecoder[A](withEmptyCells: Boolean)(f: CsvReadContext => String => Result[A]): CsvSingleFieldDecoder[A]

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

Inherited implicits

implicit def optionDecoder[A : CsvDecoder]: CsvDecoder[Option[A]]