Package

purecsv

csviterable

Permalink

package csviterable

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. csviterable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class CSVIterable[A, R <: Converter[A, Seq[String]]] extends AnyRef

    Permalink

    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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped