kantan

csv

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
Learn more about member selection
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] = Result[DecodeError, A]

  6. type Failure[A] = codecs.Result.Failure[A]

  7. type ParseResult[A] = Result[ParseError, A]

  8. type ReadResult[A] = Result[ReadError, A]

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

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

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

  12. type Success[A] = codecs.Result.Success[A]

Value Members

  1. val Failure: codecs.Result.Failure.type

  2. val Success: codecs.Result.Success.type

  3. package generic

  4. val rfc: CsvConfiguration

Inherited from AnyRef

Inherited from Any

Ungrouped