Describes how to decode CSV cells into specific types.
All types A such that there exists an implicit instance of CellDecoder[A] in scope can be decoded from CSV
cells.
Note that instances of this type class are rarely used directly - their purpose is to be implicitly assembled
into more complex instances of kantan.csv.RowDecoder.
Describes how to decode CSV cells into specific types.
All types
Asuch that there exists an implicit instance ofCellDecoder[A]in scope can be decoded from CSV cells.Note that instances of this type class are rarely used directly - their purpose is to be implicitly assembled into more complex instances of kantan.csv.RowDecoder.
See the companion object for creation and summoning methods.
kantan.codecs.Decoder