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 engine

    Permalink
  2. val rfc: CsvConfiguration

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped