kantan.csv.laws

Cell

object Cell

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

Type Members

  1. case class Escaped extends Cell with Product with Serializable

  2. case class NonEscaped extends Cell with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Empty extends Cell with Product with Serializable

  7. def apply(value: String): Cell

  8. implicit val arbCell: Arbitrary[Cell]

  9. implicit val arbCsv: Arbitrary[List[List[Cell]]]

  10. implicit val arbEscaped: Arbitrary[Escaped]

  11. implicit val arbEscapedCsv: Arbitrary[List[List[Escaped]]]

  12. implicit val arbEscapedRow: Arbitrary[List[Escaped]]

  13. implicit val arbNonEscaped: Arbitrary[NonEscaped]

  14. implicit val arbNonEscapedCsv: Arbitrary[List[List[NonEscaped]]]

  15. implicit val arbNonEscapedRow: Arbitrary[List[NonEscaped]]

  16. implicit val arbRow: Arbitrary[List[Cell]]

  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. val cell: Gen[Cell]

  19. implicit val cellDecoder: CellDecoder[Cell]

  20. implicit val cellEncoder: CellEncoder[Cell]

  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def csvOf[C <: Cell](gen: Gen[C]): Gen[List[List[C]]]

  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. val escaped: Gen[Escaped]

  26. val escapedChar: Gen[Char]

  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. val nonEmptyCell: Gen[Cell]

  33. val nonEscaped: Gen[NonEscaped]

  34. implicit val nonEscapedCellEncoder: CellEncoder[NonEscaped]

  35. val nonEscapedChar: Gen[Char]

  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. val row: Gen[List[Cell]]

  39. def rowOf[C <: Cell](gen: Gen[C]): Gen[List[C]]

  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped