object CellDecoder extends CellDecoderInstances1 with CellDecoderInstances2 with LiteralCellDecoders with ExportedCellDecoders with PlatformCellDecoders
- Source
- CellDecoder.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CellDecoder
- PlatformCellDecoders
- ExportedCellDecoders
- LiteralCellDecoders
- CellDecoderInstances2
- CellDecoderInstances1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 apply[T](implicit arg0: CellDecoder[T]): CellDecoder[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val bigDecimalDecoder: CellDecoder[BigDecimal]
- implicit val bigIntDecoder: CellDecoder[BigInt]
- implicit val booleanDecoder: CellDecoder[Boolean]
- implicit val byteDecoder: CellDecoder[Byte]
- implicit val charArrayDecoder: CellDecoder[Array[Char]]
- implicit val charDecoder: CellDecoder[Char]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def const[T](r: T): CellDecoder[T]
- Annotations
- @inline()
- implicit val dayOfWeekDecoder: CellDecoder[DayOfWeek]
- Definition Classes
- CellDecoderInstances2
- implicit def decoderResultDecoder[T](implicit ev: CellDecoder[T]): CellDecoder[DecoderResult[T]]
- implicit val doubleDecoder: CellDecoder[Double]
- implicit val durationDecoder: CellDecoder[Duration]
- Definition Classes
- CellDecoderInstances1
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def exportedCellDecoders[A](implicit exported: Exported[CellDecoder[A]]): CellDecoder[A]
- Definition Classes
- ExportedCellDecoders
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- implicit val finiteDurationDecoder: CellDecoder[FiniteDuration]
- implicit val floatDecoder: CellDecoder[Float]
- def fromString[T](f: (String) => T): CellDecoder[T]
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def instance[T](f: (String) => DecoderResult[T]): CellDecoder[T]
- Annotations
- @inline()
- implicit val instantDecoder: CellDecoder[Instant]
- Definition Classes
- CellDecoderInstances2
- implicit val intDecoder: CellDecoder[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val javaTimeDurationDecoder: CellDecoder[Duration]
- Definition Classes
- CellDecoderInstances2
- implicit val javaUriDecoder: CellDecoder[URI]
- Definition Classes
- CellDecoder → PlatformCellDecoders
- implicit lazy val javaUrlDecoder: CellDecoder[URL]
- Definition Classes
- PlatformCellDecoders
- implicit final def literalBooleanDecoder[L <: Boolean](implicit L: ValueOf[L]): CellDecoder[L]
- Definition Classes
- LiteralCellDecoders
- implicit final def literalByteDecoder[L <: Byte](implicit L: ValueOf[L]): CellDecoder[L]
- Definition Classes
- LiteralCellDecoders
- implicit final def literalCharDecoder[L <: Char](implicit L: ValueOf[L]): CellDecoder[L]
- Definition Classes
- LiteralCellDecoders
- implicit final def literalDoubleDecoder[L <: Double](implicit L: ValueOf[L]): CellDecoder[L]
- Definition Classes
- LiteralCellDecoders
- implicit final def literalFloatDecoder[L <: Float](implicit L: ValueOf[L]): CellDecoder[L]
- Definition Classes
- LiteralCellDecoders
- implicit final def literalIntDecoder[L <: Int](implicit L: ValueOf[L]): CellDecoder[L]
- Definition Classes
- LiteralCellDecoders
- implicit final def literalLongDecoder[L <: Long](implicit L: ValueOf[L]): CellDecoder[L]
- Definition Classes
- LiteralCellDecoders
- implicit final def literalShortDecoder[L <: Short](implicit L: ValueOf[L]): CellDecoder[L]
- Definition Classes
- LiteralCellDecoders
- implicit final def literalStringDecoder[L <: String](implicit L: ValueOf[L]): CellDecoder[L]
- Definition Classes
- LiteralCellDecoders
- implicit def localDateDecoder(implicit localDateDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_LOCAL_DATE): CellDecoder[LocalDate]
- Definition Classes
- CellDecoderInstances2
- implicit def localDateTimeDecoder(implicit localDateTimeDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_LOCAL_DATE_TIME): CellDecoder[LocalDateTime]
- Definition Classes
- CellDecoderInstances2
- implicit def localTimeDecoder(implicit localTimeDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_LOCAL_TIME): CellDecoder[LocalTime]
- Definition Classes
- CellDecoderInstances2
- implicit val longDecoder: CellDecoder[Long]
- implicit val monthDayDecoder: CellDecoder[MonthDay]
- Definition Classes
- CellDecoderInstances2
- implicit val monthDecoder: CellDecoder[Month]
- Definition Classes
- CellDecoderInstances2
- 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 offsetDateTimeDecoder(implicit offsetDateTimeDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME): CellDecoder[OffsetDateTime]
- Definition Classes
- CellDecoderInstances2
- implicit def offsetTimeDecoder(implicit offsetTimeDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_OFFSET_TIME): CellDecoder[OffsetTime]
- Definition Classes
- CellDecoderInstances2
- implicit val periodDecoder: CellDecoder[Period]
- Definition Classes
- CellDecoderInstances2
- implicit def rawOrResultDecoder[T](implicit ev: CellDecoder[T]): CellDecoder[Either[String, T]]
- implicit val shortDecoder: CellDecoder[Short]
- implicit val stringDecoder: CellDecoder[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit val unitDecoder: CellDecoder[Unit]
- implicit val uuidDecoder: CellDecoder[UUID]
- 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()
- implicit val yearDayDecoder: CellDecoder[Year]
- Definition Classes
- CellDecoderInstances2
- implicit val yearMonthDayDecoder: CellDecoder[YearMonth]
- Definition Classes
- CellDecoderInstances2
- implicit val zoneIdDecoder: CellDecoder[ZoneId]
- Definition Classes
- CellDecoderInstances2
- implicit val zoneOffsetDecoder: CellDecoder[ZoneOffset]
- Definition Classes
- CellDecoderInstances2
- implicit def zonedDateTimeDecoder(implicit zonedDateTimeDecodeFmt: DateTimeFormatter = DateTimeFormatter.ISO_ZONED_DATE_TIME): CellDecoder[ZonedDateTime]
- Definition Classes
- CellDecoderInstances2
- implicit object CellDecoderInstances extends MonadError[CellDecoder, DecoderError] with SemigroupK[CellDecoder]