Packages

t

kantan.csv.laws

RfcReaderLaws

trait RfcReaderLaws extends AnyRef

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

Abstract Value Members

  1. implicit abstract def engine: ReaderEngine

Concrete Value Members

  1. def crlfEnding(csv: List[List[Cell]]): Boolean
  2. def crlfRowSeparator(csv: List[List[Cell]]): Boolean
  3. def emptyEnding(csv: List[List[Cell]]): Boolean
  4. def escapedCells(csv: List[List[Escaped]]): Boolean
  5. def leadingWhitespace(csv: List[List[Cell]]): Boolean
  6. def lfEnding(csv: List[List[Cell]]): Boolean
  7. def lfRowSeparator(csv: List[List[Cell]]): Boolean
  8. def trailingComma(csv: List[List[Cell]]): Boolean
    Annotations
    @SuppressWarnings()
  9. def trailingWhitespace(csv: List[List[Cell]]): Boolean
  10. def unescapedDoubleQuotes(csv: List[List[NonEscaped]]): Boolean
  11. def unnecessaryDoubleQuotes(csv: List[List[NonEscaped]]): Boolean