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

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CSV
class Object
trait Matchable
class Any
Show all

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