Object/Trait

kantan.csv.laws

Cell

Related Docs: trait Cell | package laws

Permalink

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

    Permalink
  2. final 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. implicit val cogenCell: Cogen[Cell]

    Permalink
  21. def csvOf[C <: Cell](gen: Gen[C]): Gen[List[List[C]]]

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

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

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

    Permalink
  25. val escapedChar: Gen[Char]

    Permalink
  26. def finalize(): Unit

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

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

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

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

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

    Permalink
  32. val nonEscaped: Gen[NonEscaped]

    Permalink
  33. implicit val nonEscapedCellEncoder: CellEncoder[NonEscaped]

    Permalink
  34. val nonEscapedChar: Gen[Char]

    Permalink
  35. final def notify(): Unit

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

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

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

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped