object Cell extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Cell
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Escaped extends Cell with Product with Serializable
- final case class NonEscaped extends Cell with Product with Serializable
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]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @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: Any): 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[_]
- 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]]
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Empty extends Cell with Product with Serializable