package laws
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- laws
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
- package discipline
Type Members
- sealed trait Cell extends Product with Serializable
- type CellCodecLaws[A] = CodecLaws[String, A, DecodeError, codecs.type]
- type CellDecoderLaws[A] = DecoderLaws[String, A, DecodeError, codecs.type]
- type CellEncoderLaws[A] = EncoderLaws[String, A, codecs.type]
- type CellValue[A] = CodecValue[String, A, codecs.type]
- type IllegalCell[A] = IllegalValue[String, A, codecs.type]
- type IllegalRow[A] = IllegalValue[Seq[String], A, codecs.type]
- trait KnownFormatsReaderLaws extends AnyRef
- type LegalCell[A] = LegalValue[String, A, codecs.type]
- type LegalRow[A] = LegalValue[Seq[String], A, codecs.type]
- trait ReaderEngineLaws extends RfcReaderLaws with SpectrumReaderLaws with KnownFormatsReaderLaws with VersionSpecificReaderEngineLaws
- trait RfcReaderLaws extends AnyRef
- trait RfcWriterLaws extends AnyRef
- type RowCodecLaws[A] = CodecLaws[Seq[String], A, DecodeError, codecs.type]
- type RowDecoderLaws[A] = DecoderLaws[Seq[String], A, DecodeError, codecs.type]
- type RowEncoderLaws[A] = EncoderLaws[Seq[String], A, codecs.type]
- type RowValue[A] = CodecValue[Seq[String], A, codecs.type]
- trait SpectrumReaderLaws extends AnyRef
Laws based on csv-pectrum.
- trait VersionSpecificReaderEngineLaws extends AnyRef
- trait WriterEngineLaws extends RfcWriterLaws
Value Members
- def asCsv[A](data: List[RowValue[A]], conf: CsvConfiguration): String
- object Cell extends Serializable
- object KnownFormatsReaderLaws
- object ReaderEngineLaws
- object WriterEngineLaws