Packages

object Cell extends Serializable

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

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. implicit val cogenCell: Cogen[Cell]
  20. def csvOf[C <: Cell](gen: Gen[C]): Gen[List[List[C]]]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. val escaped: Gen[Escaped]
  24. val escapedChar: Gen[Char]
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. val nonEmptyCell: Gen[Cell]
  31. val nonEscaped: Gen[NonEscaped]
  32. implicit val nonEscapedCellEncoder: CellEncoder[NonEscaped]
  33. val nonEscapedChar: Gen[Char]
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val row: Gen[List[Cell]]
  37. def rowOf[C <: Cell](gen: Gen[C]): Gen[List[C]]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. object Empty extends Cell with Product with Serializable

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped