DerivedCellDecoder

fs2.data.csv.generic.internal.DerivedCellDecoder
See theDerivedCellDecoder companion trait

Attributes

Companion
trait
Source
DerivedCellDecoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def expect[T](e: String, r: T): DerivedCellDecoder[T]

Attributes

Source
DerivedCellDecoder.scala

Givens

Givens

inline given deriveCoproduct[T](using m: SumOf[T]): DerivedCellDecoder[T]

Attributes

Source
DerivedCellDecoder.scala
inline given deriveSingleton[T](using cv: CellValue[T], m: ProductOf[T]): DerivedCellDecoder[T]

Attributes

Source
DerivedCellDecoder.scala
given deriveUnaryProduct[T <: Product](using m: ProductOf[T] { type MirroredElemTypes <: Any *: EmptyTuple; }, ce: CellDecoder[Head[<none>]]): DerivedCellDecoder[T]

Attributes

Source
DerivedCellDecoder.scala