object Cell extends Serializable
- Source
- Cell.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Cell
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(value: String): Cell
- implicit val arbCell: Arbitrary[Cell]
- implicit val arbCsv: Arbitrary[List[List[Cell]]]
- implicit val arbEscaped: Arbitrary[Escaped]
- implicit val arbEscapedCsv: Arbitrary[List[List[Escaped]]]
- implicit val arbEscapedRow: Arbitrary[List[Escaped]]
- implicit val arbNonEscaped: Arbitrary[NonEscaped]
- implicit val arbNonEscapedCsv: Arbitrary[List[List[NonEscaped]]]
- implicit val arbNonEscapedRow: Arbitrary[List[NonEscaped]]
- implicit val arbRow: Arbitrary[List[Cell]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cell: Gen[Cell]
- implicit val cellDecoder: CellDecoder[Cell]
- implicit val cellEncoder: CellEncoder[Cell]
- implicit val cellShrink: Shrink[Cell]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val cogenCell: Cogen[Cell]
- def csvOf[C <: Cell](gen: Gen[C]): Gen[List[List[C]]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val escaped: Gen[Escaped]
- val escapedChar: Gen[Char]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nonEmptyCell: Gen[Cell]
- val nonEscaped: Gen[NonEscaped]
- implicit val nonEscapedCellEncoder: CellEncoder[NonEscaped]
- val nonEscapedChar: Gen[Char]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val row: Gen[List[Cell]]
- def rowOf[C <: Cell](gen: Gen[C]): Gen[List[C]]
- implicit val rowShrink: Shrink[List[Cell]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- case object Empty extends Cell with Product with Serializable