DerivedCellDecoder

class Object
trait Matchable
class Any

Value members

Concrete methods

Givens

Givens

given deriveCoproduct[T](using m: SumOf[T]): DerivedCellDecoder[T]
given deriveSingleton[T](using cv: CellValue[T], m: ProductOf[T]): DerivedCellDecoder[T]
given deriveUnaryProduct[T <: Product](using m: ProductOf[T] { type MirroredElemTypes <: Any *: EmptyTuple; }, ce: CellDecoder[Head[<none>]]): DerivedCellDecoder[T]