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

perfolation.unit.ShowUnit.scala Maven / Gradle / Ivy

The newest version!
package perfolation.unit

sealed trait ShowUnit

object ShowUnit {
  case object None extends ShowUnit
  case object Abbreviation extends ShowUnit
  case object Full extends ShowUnit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy