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

io.hireproof.structure.Code.scala Maven / Gradle / Ivy

The newest version!
package io.hireproof.structure

import cats.Order

final case class Code(value: Int) extends AnyVal

object Code {
  implicit val order: Order[Code] = Order.by(_.value)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy