tabulate

CellEncoder

object CellEncoder extends LowPriorityCellEncoders

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CellEncoder
  2. LowPriorityCellEncoders
  3. $3$
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait AllOps[A] extends Ops[A]

  2. trait Ops[A] extends AnyRef

  3. trait ToCellEncoderOps extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. implicit def $1$[$2$]: CellEncoder[$2$]

    Definition Classes
    LowPriorityCellEncoders
    Annotations
    @macroImpl( ... )
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. def apply[A](implicit instance: CellEncoder[A]): CellEncoder[A]

  8. def apply[A](f: (A) ⇒ String): CellEncoder[A]

    Creates a new CellEncoder from the specified function.

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. implicit val bigDec: CellEncoder[BigDecimal]

    Turns a BigDec into a CSV cell.

  11. implicit val bigInt: CellEncoder[BigInt]

    Turns a BigInt into a CSV cell.

  12. implicit val bool: CellEncoder[Boolean]

    Turns a Boolean into a CSV cell.

  13. implicit val byte: CellEncoder[Byte]

    Turns a Byte into a CSV cell.

  14. implicit val char: CellEncoder[Char]

    Turns a Char into a CSV cell.

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. implicit val double: CellEncoder[Double]

    Turns a Double into a CSV cell.

  17. implicit def either[A, B](implicit ea: CellEncoder[A], eb: CellEncoder[B]): CellEncoder[Either[A, B]]

    Turns an Either[A, B] into a CSV cell, provided both A and B have a CellEncoder.

  18. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. implicit val float: CellEncoder[Float]

    Turns a Float into a CSV cell.

  22. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  24. implicit val int: CellEncoder[Int]

    Turns an Int into a CSV cell.

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. implicit val long: CellEncoder[Long]

    Turns a Long into a CSV cell.

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. object ops

  31. implicit def opt[A](implicit ea: CellEncoder[A]): CellEncoder[Option[A]]

    Turns an Option[A] into a CSV cell, provided A has a CellEncoder.

  32. implicit val short: CellEncoder[Short]

    Turns a Short into a CSV cell.

  33. implicit val string: CellEncoder[String]

    Turns a String into a CSV cell.

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

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. implicit val uuid: CellEncoder[UUID]

    Turns a UUID into a CSV cell.

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityCellEncoders

Inherited from $3$

Inherited from AnyRef

Inherited from Any

Ungrouped