CSV

ru.johnspade.csv3s.core.CSV$
See theCSV companion trait
object CSV

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
CSV.type

Members list

Concise view

Type members

Classlikes

final case class Complete(headers: Headers, rows: Rows) extends CSV

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CSV
class Object
trait Matchable
class Any
final case class Field(x: String) extends CSV

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CSV
class Object
trait Matchable
class Any
final case class Header(value: String) extends CSV

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CSV
class Object
trait Matchable
class Any
final case class Headers(l: Seq[Header]) extends CSV

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CSV
class Object
trait Matchable
class Any
final case class Row(l: Seq[Field]) extends CSV

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CSV
class Object
trait Matchable
class Any
final case class Rows(rows: List[Row]) extends CSV

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CSV
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror