object CsvDecoder extends LowPriorityCsvFieldDecoders with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CsvDecoder
- Serializable
- LowPriorityCsvFieldDecoders
- CsvDecoderAutoDerivation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Result[+A] = Either[CsvDecoderException, A]
- type SingleField[A] = CsvSingleFieldDecoder[A]
- type Typeclass[T] = CsvDecoder[T]
- Definition Classes
- CsvDecoderAutoDerivation
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 SingleField[A](implicit ev: SingleField[A]): ev.type
- def apply[A](implicit ev: CsvDecoder[A]): ev.type
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit macro def autoDerive[T]: CsvDecoder[T]
- Definition Classes
- CsvDecoderAutoDerivation
- implicit val bigDecimalDecoder: SingleField[BigDecimal]
- Definition Classes
- LowPriorityCsvFieldDecoders
- implicit val bigIntDecoder: SingleField[BigInt]
- Definition Classes
- LowPriorityCsvFieldDecoders
- implicit val booleanDecoder: SingleField[Boolean]
- Definition Classes
- LowPriorityCsvFieldDecoders
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val doubleDecoder: SingleField[Double]
- Definition Classes
- LowPriorityCsvFieldDecoders
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fieldDecodedCatch[E](withEmptyCells: Boolean = false): FieldDecoderCatchPartiallyApplied[E]
- def fieldDecoder[A](withEmptyCells: Boolean = false)(f: (CsvReadContext) => (String) => Result[A]): SingleField[A]
- 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()
- implicit val intDecoder: SingleField[Int]
- Definition Classes
- LowPriorityCsvFieldDecoders
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def join[T](ctx: CaseClass[CsvDecoder, T]): CsvDecoder[T]
- Definition Classes
- CsvDecoderAutoDerivation
- implicit val localDateDecoder: SingleField[LocalDate]
- Definition Classes
- LowPriorityCsvFieldDecoders
- implicit val localDateTimeDecoder: SingleField[LocalDateTime]
- Definition Classes
- LowPriorityCsvFieldDecoders
- implicit val longDecoder: SingleField[Long]
- Definition Classes
- LowPriorityCsvFieldDecoders
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def optionDecoder[A](implicit arg0: CsvDecoder[A]): CsvDecoder[Option[A]]
- Definition Classes
- LowPriorityCsvFieldDecoders
- implicit val stringDecoder: SingleField[String]
- Definition Classes
- LowPriorityCsvFieldDecoders
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit val uuidDecoder: SingleField[UUID]
- Definition Classes
- LowPriorityCsvFieldDecoders
- 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()