Packages

t

kantan.csv.laws

RfcWriterLaws

trait RfcWriterLaws extends AnyRef

Source
RfcWriterLaws.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RfcWriterLaws
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. implicit abstract def engine: WriterEngine

Concrete Value Members

  1. def crlfAsRowSeparator(csv: List[List[NonEscaped]]): Boolean
  2. def noTrailingSeparator(csv: List[List[NonEscaped]]): Boolean
  3. def roundTrip(csv: List[List[Cell]]): Boolean
  4. def roundTripFor[A](csv: List[List[A]], conf: CsvConfiguration)(implicit arg0: CellEncoder[A], arg1: CellDecoder[A]): Boolean