Package

kantan

csv

Permalink

package csv

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. csv
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type CellCodec[A] = Codec[String, A, DecodeError, codecs.type]

    Permalink
  2. type CellDecoder[A] = Decoder[String, A, DecodeError, codecs.type]

    Permalink
  3. type CellEncoder[A] = Encoder[String, A, codecs.type]

    Permalink
  4. type CsvReader[A] = ResourceIterator[A]

    Permalink
  5. type DecodeResult[A] = Either[DecodeError, A]

    Permalink
  6. type ParseResult[A] = Either[ParseError, A]

    Permalink
  7. type ReadResult[A] = Either[ReadError, A]

    Permalink
  8. type RowCodec[A] = Codec[Seq[String], A, DecodeError, codecs.type]

    Permalink
  9. type RowDecoder[A] = Decoder[Seq[String], A, DecodeError, codecs.type]

    Permalink
  10. type RowEncoder[A] = Encoder[Seq[String], A, codecs.type]

    Permalink

Value Members

  1. package java8

    Permalink

    Declares kantan.csv.CellDecoder and kantan.csv.CellEncoder instances for java8 date and time types.

    Declares kantan.csv.CellDecoder and kantan.csv.CellEncoder instances for java8 date and time types.

    Note that the type for default codecs might come as a surprise: the wrapping Exported is used to lower their priority. This is necessary because the standard use case will be to import kantan.csv.java8._, which brings both the instance creation and default instances in scope. Without this type trickery, custom instances and default ones would always clash.

  2. val rfc: CsvConfiguration

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped