CsvRecordDecoder

ceesvee.CsvRecordDecoder
See theCsvRecordDecoder companion object

Attributes

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

Members list

Concise view

Value members

Abstract methods

def decode(fields: IndexedSeq[String]): Either[Errors, A]
def numFields: Int

Concrete methods

final def emap[B](f: A => Either[String, B]): CsvRecordDecoder[B]
final def map[B](f: A => B): CsvRecordDecoder[B]