final case class MinValue(value: Double) extends AnyVal with Product with Serializable
Typesafe wrapper for a Double value that stores the Min value for a summary computation.
The provided monoids ignore NaN values when combining.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MinValue
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All