package csviterable
Linear Supertypes
Type Members
-
implicit
class
CSVIterable
[A, R <: Converter[A, Seq[String]]] extends AnyRef
Helper class that adds methods for converting and writing an Iterable of A into CSV format.
Helper class that adds methods for converting and writing an Iterable of A into CSV format.
- A
The type that can be converted to a CSV record
- R
The type of the converter A <-> Seq
- implicit class CSVRecord [A, R <: Converter[A, Seq[String]]] extends AnyRef