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

Inherited from PlatformCellDecoders

Inherited from ExportedCellDecoders

Inherited from LiteralCellDecoders

Inherited from CellDecoderInstances2

Inherited from CellDecoderInstances1

Inherited from AnyRef

Inherited from Any

Ungrouped