CellDecoder

fs2.data.csv.CellDecoder$
See theCellDecoder companion trait

Attributes

Companion
trait
Source
CellDecoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

Attributes

Source
CellDecoder.scala
def const[T](r: T): CellDecoder[T]

Attributes

Source
CellDecoder.scala
def fromString[T](f: String => T): CellDecoder[T]

Attributes

Source
CellDecoder.scala
def instance[T](f: String => DecoderResult[T]): CellDecoder[T]

Attributes

Source
CellDecoder.scala

Implicits

Implicits

implicit val bigDecimalDecoder: CellDecoder[BigDecimal]

Attributes

Source
CellDecoder.scala
implicit val bigIntDecoder: CellDecoder[BigInt]

Attributes

Source
CellDecoder.scala
implicit val booleanDecoder: CellDecoder[Boolean]

Attributes

Source
CellDecoder.scala
implicit val byteDecoder: CellDecoder[Byte]

Attributes

Source
CellDecoder.scala
implicit val charArrayDecoder: CellDecoder[Array[Char]]

Attributes

Source
CellDecoder.scala
implicit val charDecoder: CellDecoder[Char]

Attributes

Source
CellDecoder.scala
implicit def decoderResultDecoder[T](implicit ev: CellDecoder[T]): CellDecoder[DecoderResult[T]]

Attributes

Source
CellDecoder.scala
implicit val doubleDecoder: CellDecoder[Double]

Attributes

Source
CellDecoder.scala
implicit val finiteDurationDecoder: CellDecoder[FiniteDuration]

Attributes

Source
CellDecoder.scala
implicit val floatDecoder: CellDecoder[Float]

Attributes

Source
CellDecoder.scala
implicit val intDecoder: CellDecoder[Int]

Attributes

Source
CellDecoder.scala
implicit override val javaUriDecoder: CellDecoder[URI]

Attributes

Source
CellDecoder.scala
implicit val longDecoder: CellDecoder[Long]

Attributes

Source
CellDecoder.scala
implicit def rawOrResultDecoder[T](implicit ev: CellDecoder[T]): CellDecoder[Either[String, T]]

Attributes

Source
CellDecoder.scala
implicit val shortDecoder: CellDecoder[Short]

Attributes

Source
CellDecoder.scala
implicit val stringDecoder: CellDecoder[String]

Attributes

Source
CellDecoder.scala
implicit val unitDecoder: CellDecoder[Unit]

Attributes

Source
CellDecoder.scala
implicit val uuidDecoder: CellDecoder[UUID]

Attributes

Source
CellDecoder.scala

Inherited implicits

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala
implicit val durationDecoder: CellDecoder[Duration]

Attributes

Inherited from:
CellDecoderInstances1
Source
CellDecoder.scala
implicit def exportedCellDecoders[A](implicit exported: Exported[CellDecoder[A]]): CellDecoder[A]

Attributes

Inherited from:
ExportedCellDecoders
Source
CellDecoder.scala

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala
final implicit def literalBooleanDecoder[L <: Boolean](implicit L: ValueOf[L]): CellDecoder[L]

Attributes

Inherited from:
LiteralCellDecoders
Source
LiteralCellDecoders.scala
final implicit def literalByteDecoder[L <: Byte](implicit L: ValueOf[L]): CellDecoder[L]

Attributes

Inherited from:
LiteralCellDecoders
Source
LiteralCellDecoders.scala
final implicit def literalCharDecoder[L <: Char](implicit L: ValueOf[L]): CellDecoder[L]

Attributes

Inherited from:
LiteralCellDecoders
Source
LiteralCellDecoders.scala
final implicit def literalDoubleDecoder[L <: Double](implicit L: ValueOf[L]): CellDecoder[L]

Attributes

Inherited from:
LiteralCellDecoders
Source
LiteralCellDecoders.scala
final implicit def literalFloatDecoder[L <: Float](implicit L: ValueOf[L]): CellDecoder[L]

Attributes

Inherited from:
LiteralCellDecoders
Source
LiteralCellDecoders.scala
final implicit def literalIntDecoder[L <: Int](implicit L: ValueOf[L]): CellDecoder[L]

Attributes

Inherited from:
LiteralCellDecoders
Source
LiteralCellDecoders.scala
final implicit def literalLongDecoder[L <: Long](implicit L: ValueOf[L]): CellDecoder[L]

Attributes

Inherited from:
LiteralCellDecoders
Source
LiteralCellDecoders.scala
final implicit def literalShortDecoder[L <: Short](implicit L: ValueOf[L]): CellDecoder[L]

Attributes

Inherited from:
LiteralCellDecoders
Source
LiteralCellDecoders.scala
final implicit def literalStringDecoder[L <: String](implicit L: ValueOf[L]): CellDecoder[L]

Attributes

Inherited from:
LiteralCellDecoders
Source
LiteralCellDecoders.scala
implicit def localDateDecoder(implicit localDateDecodeFmt: DateTimeFormatter): CellDecoder[LocalDate]

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala
implicit def localDateTimeDecoder(implicit localDateTimeDecodeFmt: DateTimeFormatter): CellDecoder[LocalDateTime]

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala
implicit def localTimeDecoder(implicit localTimeDecodeFmt: DateTimeFormatter): CellDecoder[LocalTime]

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala
implicit val monthDecoder: CellDecoder[Month]

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala
implicit def offsetDateTimeDecoder(implicit offsetDateTimeDecodeFmt: DateTimeFormatter): CellDecoder[OffsetDateTime]

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala
implicit def offsetTimeDecoder(implicit offsetTimeDecodeFmt: DateTimeFormatter): CellDecoder[OffsetTime]

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala
implicit def zonedDateTimeDecoder(implicit zonedDateTimeDecodeFmt: DateTimeFormatter): CellDecoder[ZonedDateTime]

Attributes

Inherited from:
CellDecoderInstances2
Source
CellDecoder.scala