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

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

The newest version!
package orcus.bigtable.codec

object semiauto {
  def derivedFamilyDecoder[A](implicit A: => DerivedFamilyDecoder[A]): FamilyDecoder[A] = A
  def derivedRowDecoder[A](implicit A: => DerivedRowDecoder[A]): RowDecoder[A]          = A

  def derivedFamilyEncoder[A](implicit A: => DerivedFamilyEncoder[A]): FamilyEncoder[A] = A
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy