Package

com.github.timgent.dataflare

thresholds

Permalink

package thresholds

Visibility
  1. Public
  2. All

Type Members

  1. case class AbsoluteThreshold[T](lowerBound: Option[T], upperBound: Option[T])(implicit evidence$1: Ordering[T]) extends Product with Serializable

    Permalink

    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

  1. object AbsoluteThreshold extends Serializable

    Permalink

Ungrouped