semiauto

fs2.data.csv.generic.semiauto
object semiauto

Attributes

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

Members list

Value members

Concrete methods

inline def deriveCellDecoder[T]: CellDecoder[T]

Attributes

Source
semiauto.scala
inline def deriveCellEncoder[T]: CellEncoder[T]

Attributes

Source
semiauto.scala
def deriveCsvRowDecoder[T](using ic: ProductInstances[OptCellDecoder, T], naming: Names[T]): CsvRowDecoder[T, String]

Attributes

Source
semiauto.scala
def deriveCsvRowEncoder[T](using ic: ProductInstances[CellEncoder, T], naming: Names[T]): RowEncoderF[Some, T, String]

Attributes

Source
semiauto.scala

Attributes

Source
semiauto.scala

Attributes

Source
semiauto.scala