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

lerna.management.stats.MetricsValue.scala Maven / Gradle / Ivy

The newest version!
package lerna.management.stats

/** A metrics value
  *
  * @param value An underlying value which represents the value of the metric.
  */
final case class MetricsValue(value: String) extends AnyVal




© 2015 - 2024 Weber Informatics LLC | Privacy Policy