kantan.csv

laws

package laws

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. laws
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Cell extends AnyRef

  2. type CellCodecLaws[A] = CodecLaws[String, A, DecodeError, codecs.type]

  3. type CellDecoderLaws[A] = DecoderLaws[String, A, DecodeError, codecs.type]

  4. type CellEncoderLaws[A] = EncoderLaws[String, A, codecs.type]

  5. type CellValue[A] = CodecValue[String, A, codecs.type]

  6. type IllegalCell[A] = IllegalValue[String, A, codecs.type]

  7. type IllegalRow[A] = IllegalValue[Seq[String], A, codecs.type]

  8. trait KnownFormatsReaderLaws extends AnyRef

  9. type LegalCell[A] = LegalValue[String, A, codecs.type]

  10. type LegalRow[A] = LegalValue[Seq[String], A, codecs.type]

  11. trait ReaderEngineLaws extends RfcReaderLaws with SpectrumReaderLaws with KnownFormatsReaderLaws

  12. trait RfcReaderLaws extends AnyRef

  13. type RowCodecLaws[A] = CodecLaws[Seq[String], A, DecodeError, codecs.type]

  14. type RowDecoderLaws[A] = DecoderLaws[Seq[String], A, DecodeError, codecs.type]

  15. type RowEncoderLaws[A] = EncoderLaws[Seq[String], A, codecs.type]

  16. type RowValue[A] = CodecValue[Seq[String], A, codecs.type]

  17. trait SpectrumReaderLaws extends AnyRef

    Laws based on csv-pectrum.

  18. trait WriterEngineLaws extends AnyRef

Value Members

  1. object Cell

  2. object KnownFormatsReaderLaws

  3. object ReaderEngineLaws

  4. object WriterEngineLaws

  5. def asCsv[A](data: List[RowValue[A]], sep: Char, header: String*): String

  6. package discipline

Inherited from AnyRef

Inherited from Any

Ungrouped