o

kantan.csv

CellCodec

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

Declares helpful methods for CellCodec creation.

Source
CellCodec.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CellCodec
  2. PlatformSpecificCellCodecInstances
  3. CodecCompanion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def dateCodec(format: DateFormat): CellCodec[Date]
  2. def from[D](d: Decoder[String, D, DecodeError, codecs.type], e: Encoder[String, D, codecs.type]): Codec[String, D, DecodeError, codecs.type]
    Definition Classes
    CodecCompanion
    Annotations
    @inline()
  3. def from[D](f: (String) => Either[DecodeError, D])(g: (D) => String): Codec[String, D, DecodeError, codecs.type]
    Definition Classes
    CodecCompanion
    Annotations
    @inline()