![JAR search and dependency download from the Maven repository](/logo.png)
ndeg.classy-generic_sjs0.6_2.12.0.3.0.source-code.auto.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of classy-generic_sjs0.6_2.12 Show documentation
Show all versions of classy-generic_sjs0.6_2.12 Show documentation
configuration with less hassle
The newest version!
/* -
* Case Classy [classy-generic]
*/
package classy
package generic
import shapeless.Lazy
import core._
import derive._
package object auto {
implicit def automaticallyMaterializeDecoder[A, B](
implicit
ev: Lazy[MkDecoder[A, B]]): Decoder[A, B] = ev.value.decoder(Options.default)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy