semiauto

object semiauto
class Object
trait Matchable
class Any

Value members

Concrete methods

inline def deriveCellDecoder[T]: CellDecoder[T]
inline def deriveCellEncoder[T]: CellEncoder[T]
def deriveCsvRowDecoder[T](using ic: ProductInstances[[T] =>> OptCellDecoder[T], T], labels: Labelling[T], annotations: Annotations[CsvName, T]): CsvRowDecoder[T, String]
def deriveCsvRowEncoder[T](using ic: ProductInstances[[T] =>> CellEncoder[T], T], labels: Labelling[T], annotations: Annotations[CsvName, T]): RowEncoderF[[A] =>> Some[A], T, String]
def deriveRowDecoder[T](using ic: ProductInstances[[T] =>> OptCellDecoder[T], T]): RowDecoder[T]
def deriveRowEncoder[T](using ic: ProductInstances[[T] =>> CellEncoder[T], T]): RowEncoder[T]