CsvHeader

object CsvHeader
Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

final class Decoder[A]
Companion:
object
object Decoder
Companion:
class
final case class MissingHeaders(missing: ::[String]) extends RuntimeException with NoStackTrace

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.