QuintalsOfMilk

final case class QuintalsOfMilk(quintals: NonNegativeNumber)

A quantity of milk expressed in quintals.

Note:

it must be a positive decimal number.

Example:

QuintalsOfMilk(1.1) is a valid weight of 110 kg.

QuintalsOfMilk(-20.5) is not a valid weight.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

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