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] = Result[DecodeError, A]

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

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

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

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

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

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

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

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

    Permalink
    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]

    Permalink
    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

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

    Permalink
  3. package scalaz

    Permalink

Deprecated Value Members

  1. val CsvInput: CsvSource.type

    Permalink
    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

    Permalink
    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