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

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

The newest version!
package orcus.bigtable.codec

import orcus.bigtable.Row

private[codec] trait RowDecoder1:
  inline def derived[A](using A: DerivedRowDecoder[A]): DerivedRowDecoder[A] = A




© 2015 - 2024 Weber Informatics LLC | Privacy Policy