CsvHeader

ceesvee.CsvHeader$
See theCsvHeader companion class
object CsvHeader

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Decoder

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Decoder.type
sealed trait Decoder[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
final case class Errors(raw: Map[String, String], errors: SortedMap[String, Error]) extends RuntimeException with NoStackTrace

Attributes

Graph
Supertypes
trait Product
trait Equals
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
final case class MissingHeaders(missing: ::[String]) extends RuntimeException with NoStackTrace

Attributes

Graph
Supertypes
trait Product
trait Equals
trait NoStackTrace
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def create[T](headers: ::[String])(implicit D: CsvRecordDecoder[T]): CsvHeader[T]

A record decoder that decodes fields based on the names of the headers provided.

A record decoder that decodes fields based on the names of the headers provided.

Attributes