AppliedCsvHeaderDecoder

class Object
trait Matchable
class Any

Value members

Abstract methods

def decodeImpl(line: IArray[Option[String]], lineNo: Int): Either[String, T]

Concrete methods

final def ++[T2](other: AppliedCsvHeaderDecoder[T2])(implicit zip: Zip[T, T2]): AppliedCsvHeaderDecoder[Out]
final def emap[T2](f: T => Either[String, T2]): AppliedCsvHeaderDecoder[T2]
final def map[T2](f: T => T2): AppliedCsvHeaderDecoder[T2]
final def optional: AppliedCsvHeaderDecoder[Option[T]]

Abstract fields

protected val headerIndexes: Set[Int]
protected val minSize: Int