Package

kantan.csv

laws

Permalink

package laws

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. laws
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Cell extends Product with Serializable

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

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

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

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

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

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

    Permalink
  8. trait KnownFormatsReaderLaws extends AnyRef

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

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

    Permalink
  11. trait ReaderEngineLaws extends RfcReaderLaws with SpectrumReaderLaws with KnownFormatsReaderLaws

    Permalink
  12. trait RfcReaderLaws extends AnyRef

    Permalink
  13. trait RfcWriterLaws extends AnyRef

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

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

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

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

    Permalink
  18. trait SpectrumReaderLaws extends AnyRef

    Permalink

    Laws based on csv-pectrum.

  19. trait WriterEngineLaws extends RfcWriterLaws

    Permalink

Value Members

  1. object Cell extends Serializable

    Permalink
  2. object ReaderEngineLaws

    Permalink
  3. object WriterEngineLaws

    Permalink
  4. def asCsv[A](data: List[RowValue[A]], conf: CsvConfiguration): String

    Permalink
  5. package discipline

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped