Decoder

ceesvee.CsvHeader.Decoder
See theDecoder companion object
sealed trait Decoder[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def decode(fields: IndexedSeq[String]): Either[Errors, A]
def withHeaders(fields: IndexedSeq[String]): Map[String, String]