Packages

p

purecsv

csviterable

package csviterable

Linear Supertypes
AnyRef, Any

Type Members

  1. 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

  2. implicit class CSVRecord [A, R <: Converter[A, Seq[String]]] extends AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped