Decoder

object Decoder
Companion:
class
class Object
trait Matchable
class Any
Decoder.type

Value members

Concrete methods

def create[T](headers: ::[String], ordering: Seq[Int])(implicit D: CsvRecordDecoder[T]): Decoder[T]

A record decoder that re-orders the record to match the expected ordering.

A record decoder that re-orders the record to match the expected ordering.

Value parameters:
ordering

maps the expected index to the index of the header column.