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]

  13. type CsvInput[A] = CsvSource[A]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.1.15) use CsvSource instead (see https://github.com/nrinaudo/kantan.csv/issues/49)

  14. type CsvOutput[A] = CsvSink[A]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.1.15) use CsvSink instead (see https://github.com/nrinaudo/kantan.csv/issues/49)

Value Members

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

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

  3. package engine

Deprecated Value Members

  1. val CsvInput: CsvSource.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.1.15) use CsvSource instead (see https://github.com/nrinaudo/kantan.csv/issues/49)

  2. val CsvOutput: CsvSink.type

    Annotations
    @deprecated
    Deprecated

    (Since version 0.1.15) use CsvSink instead (see https://github.com/nrinaudo/kantan.csv/issues/49)

Inherited from AnyRef

Inherited from Any

Ungrouped