CellCodec

kantan.csv.CellCodec
object CellCodec extends CodecCompanion[String, DecodeError, codecs.type], PlatformSpecificCellCodecInstances

Declares helpful methods for CellCodec creation.

Attributes

Graph
Supertypes
trait CodecCompanion[String, DecodeError, codecs.type]
class Object
trait Matchable
class Any
Self type
CellCodec.type

Members list

Value members

Inherited methods

def dateCodec(format: DateFormat): CellCodec[Date]

Attributes

Inherited from:
PlatformSpecificCellCodecInstances
def from[D](d: Decoder[String, D, DecodeError, codecs.type], e: Encoder[String, D, codecs.type]): Codec[String, D, DecodeError, codecs.type]

Attributes

Inherited from:
CodecCompanion
def from[D](f: String => Either[DecodeError, D])(g: D => String): Codec[String, D, DecodeError, codecs.type]

Attributes

Inherited from:
CodecCompanion