LiteralCellDecoders

fs2.data.csv.LiteralCellDecoders

Attributes

Source
LiteralCellDecoders.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CellDecoder.type

Members list

Implicits

Implicits

final implicit def literalBooleanDecoder[L <: Boolean](implicit L: ValueOf[L]): CellDecoder[L]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
LiteralCellDecoders.scala