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

refined4s.modules.circe.derivation.CirceRefinedCodec.scala Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package refined4s.modules.circe.derivation

import refined4s.*

/** @author Kevin Lee
  * @since 2023-12-11
  */
trait CirceRefinedCodec[A] extends CirceEncoder[A] with CirceRefinedDecoder[A] {
  self: RefinedBase[A] =>
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy