Normalized

final case class Normalized(get: Double) extends AnyVal

A value in the range [0, 1]

Companion
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def +(that: Normalized): Double
def -(that: Normalized): Double

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product