Object/Trait

kantan.csv.laws

Cell

Related Docs: trait Cell | package laws

Permalink

object Cell

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

Type Members

  1. case class Escaped extends Cell with Product with Serializable

    Permalink
  2. case class NonEscaped extends Cell with Product with Serializable

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Empty extends Cell with Product with Serializable

    Permalink
  5. def apply(value: String): Cell

    Permalink
  6. implicit val arbCell: Arbitrary[Cell]

    Permalink
  7. implicit val arbCsv: Arbitrary[List[List[Cell]]]

    Permalink
  8. implicit val arbEscaped: Arbitrary[Escaped]

    Permalink
  9. implicit val arbEscapedCsv: Arbitrary[List[List[Escaped]]]

    Permalink
  10. implicit val arbEscapedRow: Arbitrary[List[Escaped]]

    Permalink
  11. implicit val arbNonEscaped: Arbitrary[NonEscaped]

    Permalink
  12. implicit val arbNonEscapedCsv: Arbitrary[List[List[NonEscaped]]]

    Permalink
  13. implicit val arbNonEscapedRow: Arbitrary[List[NonEscaped]]

    Permalink
  14. implicit val arbRow: Arbitrary[List[Cell]]

    Permalink
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. val cell: Gen[Cell]

    Permalink
  17. implicit val cellDecoder: CellDecoder[Cell]

    Permalink
  18. implicit val cellEncoder: CellEncoder[Cell]

    Permalink
  19. def clone(): AnyRef

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

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  24. val escapedChar: Gen[Char]

    Permalink
  25. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. val nonEmptyCell: Gen[Cell]

    Permalink
  31. val nonEscaped: Gen[NonEscaped]

    Permalink
  32. implicit val nonEscapedCellEncoder: CellEncoder[NonEscaped]

    Permalink
  33. val nonEscapedChar: Gen[Char]

    Permalink
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped