CounterCodec

endpoints4s.algebra.CounterCodec
trait CounterCodec

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Type members

Classlikes

case class Counter(value: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Implicits

Implicits

implicit def counterCodec: JsonCodec[Counter]