CsvDecoder

harness.csv.CsvDecoder
See theCsvDecoder companion object
trait CsvDecoder[T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

final def ++[T2](other: CsvDecoder[T2])(implicit zip: Zip[T, T2]): CsvDecoder[Out]
Implicitly added by optional
final def ++[T2](other: CsvDecoder[T2])(implicit zip: Zip[T, T2]): CsvDecoder[Out]
final def apply[T2](implicit other: CsvDecoder[T2], zip: Zip[T, T2]): CsvDecoder[Out]
Implicitly added by optional
final def apply[T2](implicit other: CsvDecoder[T2], zip: Zip[T, T2]): CsvDecoder[Out]
final def decode(line: IArray[Option[String]], lineNo: Int): Either[String, T]
Implicitly added by optional
final def decode(line: IArray[Option[String]], lineNo: Int): Either[String, T]
final def emap[T2](f: T => Either[String, T2]): CsvDecoder[T2]
Implicitly added by optional
final def emap[T2](f: T => Either[String, T2]): CsvDecoder[T2]
final def map[T2](f: T => T2): CsvDecoder[T2]
Implicitly added by optional
final def map[T2](f: T => T2): CsvDecoder[T2]
final def optional: CsvDecoder[Option[T]]
Implicitly added by optional
final def optional: CsvDecoder[Option[T]]