Decoder

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

Value members

Concrete methods

@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.MutableDataStructures")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
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.