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

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

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

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

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

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

Value Members

  1. package scalaz

Inherited from AnyRef

Inherited from Any

Ungrouped