All Downloads are FREE. Search and download functionalities are using the official Maven repository.

orcus.bigtable.codec.auto.scala Maven / Gradle / Ivy

There is a newer version: 0.28.9
Show newest version
package orcus.bigtable.codec

// import shapeless3.deriving.*

object auto {
  given autoDerivedFamilyDecoder[A](using A: => DerivedFamilyDecoder[A]): FamilyDecoder[A] = A
  given autoDerivedRowDecoder[A](using A: => DerivedRowDecoder[A]): RowDecoder[A]          = A

  given autoDerivedFamilyEncoder[A](using A: => DerivedFamilyEncoder[A]): FamilyEncoder[A] = A
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy