object CellDecoder extends CellDecoderInstances1 with CellDecoderInstances2 with LiteralCellDecoders with ExportedCellDecoders with PlatformCellDecoders

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CellDecoder
  2. PlatformCellDecoders
  3. ExportedCellDecoders
  4. LiteralCellDecoders
  5. CellDecoderInstances2
  6. CellDecoderInstances1
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 apply[T](implicit arg0: CellDecoder[T]): CellDecoder[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit val bigDecimalDecoder: CellDecoder[BigDecimal]
  7. implicit val bigIntDecoder: CellDecoder[BigInt]
  8. implicit val booleanDecoder: CellDecoder[Boolean]
  9. implicit val byteDecoder: CellDecoder[Byte]
  10. implicit val charArrayDecoder: CellDecoder[Array[Char]]
  11. implicit val charDecoder: CellDecoder[Char]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  13. def const[T](r: T): CellDecoder[T]
    Annotations
    @inline()
  14. implicit val dayOfWeekDecoder: CellDecoder[DayOfWeek]
    Definition Classes
    CellDecoderInstances2
  15. implicit def decoderResultDecoder[T](implicit ev: CellDecoder[T]): CellDecoder[DecoderResult[T]]
  16. implicit val doubleDecoder: CellDecoder[Double]
  17. implicit val durationDecoder: CellDecoder[Duration]
    Definition Classes
    CellDecoderInstances1
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. implicit def exportedCellDecoders[A](implicit exported: Exported[CellDecoder[A]]): CellDecoder[A]
    Definition Classes
    ExportedCellDecoders
  21. implicit val finiteDurationDecoder: CellDecoder[FiniteDuration]
  22. implicit val floatDecoder: CellDecoder[Float]
  23. def fromString[T](f: (String) => T): CellDecoder[T]
    Annotations
    @inline()
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. def instance[T](f: (String) => DecoderResult[T]): CellDecoder[T]
    Annotations
    @inline()
  27. implicit val instantDecoder: CellDecoder[Instant]
    Definition Classes
    CellDecoderInstances2
  28. implicit val intDecoder: CellDecoder[Int]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. implicit val javaTimeDurationDecoder: CellDecoder[Duration]
    Definition Classes
    CellDecoderInstances2
  31. implicit val javaUriDecoder: CellDecoder[URI]
    Definition Classes
    CellDecoderPlatformCellDecoders
  32. implicit lazy val javaUrlDecoder: CellDecoder[URL]
    Definition Classes
    PlatformCellDecoders
  33. implicit final def literalBooleanDecoder[L <: Boolean](implicit L: ValueOf[L]): CellDecoder[L]
    Definition Classes
    LiteralCellDecoders
  34. implicit final def literalByteDecoder[L <: Byte](implicit L: ValueOf[L]): CellDecoder[L]
    Definition Classes
    LiteralCellDecoders
  35. implicit final def literalCharDecoder[L <: Char](implicit L: ValueOf[L]): CellDecoder[L]
    Definition Classes
    LiteralCellDecoders
  36. implicit final def literalDoubleDecoder[L <: Double](implicit L: ValueOf[L]): CellDecoder[L]
    Definition Classes
    LiteralCellDecoders
  37. implicit final def literalFloatDecoder[L <: Float](implicit L: ValueOf[L]): CellDecoder[L]
    Definition Classes
    LiteralCellDecoders
  38. implicit final def literalIntDecoder[L <: Int](implicit L: ValueOf[L]): CellDecoder[L]
    Definition Classes
    LiteralCellDecoders
  39. implicit final def literalLongDecoder[L <: Long](implicit L: ValueOf[L]): CellDecoder[L]
    Definition Classes
    LiteralCellDecoders
  40. implicit final def literalShortDecoder[L <: Short](implicit L: ValueOf[L]): CellDecoder[L]
    Definition Classes
    LiteralCellDecoders
  41. implicit final def literalStringDecoder[L <: String](implicit L: ValueOf[L]): CellDecoder[L]
    Definition Classes
    LiteralCellDecoders
  42. implicit def localDateDecoder(implicit localDateDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_LOCAL_DATE): CellDecoder[LocalDate]
    Definition Classes
    CellDecoderInstances2
  43. implicit def localDateTimeDecoder(implicit localDateTimeDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_LOCAL_DATE_TIME): CellDecoder[LocalDateTime]
    Definition Classes
    CellDecoderInstances2
  44. implicit def localTimeDecoder(implicit localTimeDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_LOCAL_TIME): CellDecoder[LocalTime]
    Definition Classes
    CellDecoderInstances2
  45. implicit val longDecoder: CellDecoder[Long]
  46. implicit val monthDayDecoder: CellDecoder[MonthDay]
    Definition Classes
    CellDecoderInstances2
  47. implicit val monthDecoder: CellDecoder[Month]
    Definition Classes
    CellDecoderInstances2
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  51. implicit def offsetDateTimeDecoder(implicit offsetDateTimeDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME): CellDecoder[OffsetDateTime]
    Definition Classes
    CellDecoderInstances2
  52. implicit def offsetTimeDecoder(implicit offsetTimeDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_OFFSET_TIME): CellDecoder[OffsetTime]
    Definition Classes
    CellDecoderInstances2
  53. implicit val periodDecoder: CellDecoder[Period]
    Definition Classes
    CellDecoderInstances2
  54. implicit def rawOrResultDecoder[T](implicit ev: CellDecoder[T]): CellDecoder[Either[String, T]]
  55. implicit val shortDecoder: CellDecoder[Short]
  56. implicit val stringDecoder: CellDecoder[String]
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def toString(): String
    Definition Classes
    AnyRef → Any
  59. implicit val unitDecoder: CellDecoder[Unit]
  60. implicit val uuidDecoder: CellDecoder[UUID]
  61. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  63. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. implicit val yearDayDecoder: CellDecoder[Year]
    Definition Classes
    CellDecoderInstances2
  65. implicit val yearMonthDayDecoder: CellDecoder[YearMonth]
    Definition Classes
    CellDecoderInstances2
  66. implicit val zoneIdDecoder: CellDecoder[ZoneId]
    Definition Classes
    CellDecoderInstances2
  67. implicit val zoneOffsetDecoder: CellDecoder[ZoneOffset]
    Definition Classes
    CellDecoderInstances2
  68. implicit def zonedDateTimeDecoder(implicit zonedDateTimeDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_ZONED_DATE_TIME): CellDecoder[ZonedDateTime]
    Definition Classes
    CellDecoderInstances2
  69. implicit object CellDecoderInstances extends MonadError[CellDecoder, DecoderError] with SemigroupK[CellDecoder]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from PlatformCellDecoders

Inherited from ExportedCellDecoders

Inherited from LiteralCellDecoders

Inherited from CellDecoderInstances2

Inherited from CellDecoderInstances1

Inherited from AnyRef

Inherited from Any

Ungrouped