CsvDecoder

trait CsvDecoder[A]
Companion:
object
class Object
trait Matchable
class Any
trait Field[A]
trait Row[A]

Value members

Abstract methods

def map[B](f: A => B): CsvDecoder[B]
@throws(scala.throws.$lessinit$greater$default$1[scala.IllegalArgumentException])
def read(value: CsvEntry): A