CsvFieldDecoder

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def decode(raw: String): Either[Error, A]
Implicitly added by option
def decode(raw: String): Either[Error, A]

Concrete methods

final def emap[B](f: A => Either[String, B]): CsvFieldDecoder[B]
Implicitly added by option
final def emap[B](f: A => Either[String, B]): CsvFieldDecoder[B]
final def map[B](f: A => B): CsvFieldDecoder[B]
Implicitly added by option
final def map[B](f: A => B): CsvFieldDecoder[B]