ExcelReadsGenericInstances

class Object
trait Matchable
class Any

Value members

Concrete methods

inline
def deriveProduct[R, A](using inline a: ProductOf[A]): ExcelReads[R, A]
inline
def deriveRec[R, T <: Tuple]: List[ExcelReads[R, _]]
final
def productImpl[R, A](xs: List[ExcelReads[R, _]], a: ProductOf[A]): ExcelReads[R, A]

Implicits

Implicits

implicit inline
def derive[R, A]: ExcelReads[R, A]