DerivedCellDecoder

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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]