CsvDecoder

trait CsvDecoder[A] extends Serializable
Companion:
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

def read(row: Map[String, String])(implicit ctx: CsvReadContext): Result[A]
Implicitly added by optionDecoder
def read(row: Map[String, String])(implicit ctx: CsvReadContext): Result[A]

Concrete methods

def emap[B](f: A => Result[B]): CsvDecoder[B]
Implicitly added by optionDecoder
def emap[B](f: A => Result[B]): CsvDecoder[B]
def map[B](f: A => B): CsvDecoder[B]
Implicitly added by optionDecoder
def map[B](f: A => B): CsvDecoder[B]