Packages

object CsvDecoder extends LowPriorityCsvFieldDecoders with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CsvDecoder
  2. Serializable
  3. LowPriorityCsvFieldDecoders
  4. CsvDecoderAutoDerivation
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Result[+A] = Either[CsvDecoderException, A]
  2. type SingleField[A] = CsvSingleFieldDecoder[A]
  3. type Typeclass[T] = CsvDecoder[T]
    Definition Classes
    CsvDecoderAutoDerivation

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 SingleField[A](implicit ev: SingleField[A]): ev.type
  5. def apply[A](implicit ev: CsvDecoder[A]): ev.type
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit macro def autoDerive[T]: CsvDecoder[T]
    Definition Classes
    CsvDecoderAutoDerivation
  8. implicit val bigDecimalDecoder: SingleField[BigDecimal]
    Definition Classes
    LowPriorityCsvFieldDecoders
  9. implicit val bigIntDecoder: SingleField[BigInt]
    Definition Classes
    LowPriorityCsvFieldDecoders
  10. implicit val booleanDecoder: SingleField[Boolean]
    Definition Classes
    LowPriorityCsvFieldDecoders
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. implicit val doubleDecoder: SingleField[Double]
    Definition Classes
    LowPriorityCsvFieldDecoders
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def fieldDecodedCatch[E](withEmptyCells: Boolean = false): FieldDecoderCatchPartiallyApplied[E]
  16. def fieldDecoder[A](withEmptyCells: Boolean = false)(f: (CsvReadContext) => (String) => Result[A]): SingleField[A]
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. implicit val intDecoder: SingleField[Int]
    Definition Classes
    LowPriorityCsvFieldDecoders
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def join[T](ctx: CaseClass[CsvDecoder, T]): CsvDecoder[T]
    Definition Classes
    CsvDecoderAutoDerivation
  23. implicit val localDateDecoder: SingleField[LocalDate]
    Definition Classes
    LowPriorityCsvFieldDecoders
  24. implicit val localDateTimeDecoder: SingleField[LocalDateTime]
    Definition Classes
    LowPriorityCsvFieldDecoders
  25. implicit val longDecoder: SingleField[Long]
    Definition Classes
    LowPriorityCsvFieldDecoders
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. implicit def optionDecoder[A](implicit arg0: CsvDecoder[A]): CsvDecoder[Option[A]]
    Definition Classes
    LowPriorityCsvFieldDecoders
  30. implicit val stringDecoder: SingleField[String]
    Definition Classes
    LowPriorityCsvFieldDecoders
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. implicit val uuidDecoder: SingleField[UUID]
    Definition Classes
    LowPriorityCsvFieldDecoders
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped