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

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

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

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

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

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

    Permalink

Value Members

  1. package scalaz

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped