Packages

package csv

Linear Supertypes
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]
  2. type CellDecoder[A] = Decoder[String, A, DecodeError, codecs.type]
  3. type CellEncoder[A] = Encoder[String, A, codecs.type]
  4. type CsvReader[A] = ResourceIterator[A]
  5. type DecodeResult[A] = Either[DecodeError, A]
  6. type ParseResult[A] = Either[ParseError, A]
  7. type ReadResult[A] = Either[ReadError, A]
  8. type RowCodec[A] = Codec[Seq[String], A, DecodeError, codecs.type]
  9. type RowDecoder[A] = Decoder[Seq[String], A, DecodeError, codecs.type]
  10. type RowEncoder[A] = Encoder[Seq[String], A, codecs.type]

Value Members

  1. val rfc: CsvConfiguration

Inherited from AnyRef

Inherited from Any

Ungrouped