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

endpoints4s.algebra.CounterCodec.scala Maven / Gradle / Ivy

The newest version!
package endpoints4s.algebra

trait CounterCodec { this: JsonCodecs =>
  case class Counter(value: Int)
  implicit def counterCodec: JsonCodec[Counter]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy