Packages

object Cell extends Serializable

Source
Cell.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cell
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Escaped extends Cell with Product with Serializable
  2. final case class NonEscaped extends Cell with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(value: String): Cell
  5. implicit val arbCell: Arbitrary[Cell]
  6. implicit val arbCsv: Arbitrary[List[List[Cell]]]
  7. implicit val arbEscaped: Arbitrary[Escaped]
  8. implicit val arbEscapedCsv: Arbitrary[List[List[Escaped]]]
  9. implicit val arbEscapedRow: Arbitrary[List[Escaped]]
  10. implicit val arbNonEscaped: Arbitrary[NonEscaped]
  11. implicit val arbNonEscapedCsv: Arbitrary[List[List[NonEscaped]]]
  12. implicit val arbNonEscapedRow: Arbitrary[List[NonEscaped]]
  13. implicit val arbRow: Arbitrary[List[Cell]]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. val cell: Gen[Cell]
  16. implicit val cellDecoder: CellDecoder[Cell]
  17. implicit val cellEncoder: CellEncoder[Cell]
  18. implicit val cellShrink: Shrink[Cell]
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. implicit val cogenCell: Cogen[Cell]
  21. def csvOf[C <: Cell](gen: Gen[C]): Gen[List[List[C]]]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. val escaped: Gen[Escaped]
  25. val escapedChar: Gen[Char]
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. val nonEmptyCell: Gen[Cell]
  32. val nonEscaped: Gen[NonEscaped]
  33. implicit val nonEscapedCellEncoder: CellEncoder[NonEscaped]
  34. val nonEscapedChar: Gen[Char]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. val row: Gen[List[Cell]]
  38. def rowOf[C <: Cell](gen: Gen[C]): Gen[List[C]]
  39. implicit val rowShrink: Shrink[List[Cell]]
  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(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. case object Empty extends Cell with Product with Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped