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[OptCellDecoder, T], labels: Labelling[T], annotations: Annotations[CsvName, T]): CsvRowDecoder[T, String]
def deriveCsvRowEncoder[T](using ic: ProductInstances[CellEncoder, T], labels: Labelling[T], annotations: Annotations[CsvName, T]): RowEncoderF[Some, T, String]
def deriveRowDecoder[T](using ic: ProductInstances[OptCellDecoder, T]): RowDecoder[T]
def deriveRowEncoder[T](using ic: ProductInstances[CellEncoder, T]): RowEncoder[T]