CSV

object CSV
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Complete(headers: Headers, rows: Rows) extends CSV
final case
class Field(x: String) extends CSV
final case
class Header(value: String) extends CSV
final case
class Headers(l: Seq[Header]) extends CSV
final case
class Row(l: Seq[Field]) extends CSV
final case
class Rows(rows: List[Row]) extends CSV

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror