package thresholds
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
AbsoluteThreshold[T](lowerBound: Option[T], upperBound: Option[T])(implicit evidence$1: Ordering[T]) extends Product with Serializable
Used to define a threshold which can be used in various checks
Used to define a threshold which can be used in various checks
- T
- The type of value the check is performed on. There must be an implicit Ordering in scope for this type
- lowerBound
- The minimum acceptable value. If None then there is no minimum acceptable value
- upperBound
- The maximum acceptable value. If None then there is no maximum acceptable value
Value Members
- object AbsoluteThreshold extends Serializable