Packages

object Interval extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Interval
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def above[A](a: A)(implicit arg0: Order[A]): Interval[A]
  5. def all[A](implicit arg0: Order[A]): Interval[A]
  6. def apply(s: String): Interval[Rational]
  7. def apply[A](lower: A, upper: A)(implicit arg0: Order[A]): Interval[A]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def atOrAbove[A](a: A)(implicit arg0: Order[A]): Interval[A]
  10. def atOrBelow[A](a: A)(implicit arg0: Order[A]): Interval[A]
  11. def below[A](a: A)(implicit arg0: Order[A]): Interval[A]
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def closed[A](lower: A, upper: A)(implicit arg0: Order[A]): Interval[A]
  14. def empty[A](implicit o: Order[A]): Interval[A]
  15. implicit def eq[A](implicit arg0: Eq[A]): Eq[Interval[A]]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def errorBounds(d: Double): Interval[Rational]

    Return an Interval[Rational] that corresponds to the error bounds for the given Double value.

    Return an Interval[Rational] that corresponds to the error bounds for the given Double value.

    The error bounds are represented as a closed interval, whose lower point is midway between d and the adjacent Double value below it. Similarly, the upper bound is the point midway between d and the adjacent Double value above it.

    There are three Double values that return "special" intervals:

    Infinity => Interval.above(Double.MaxValue) -Infinity => Interval.below(Double.MinValue) NaN => Interval.empty

  19. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def fromBounds[A](lower: Bound[A], upper: Bound[A])(implicit arg0: Order[A]): Interval[A]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  27. def open[A](lower: A, upper: A)(implicit arg0: Order[A]): Interval[A]
  28. def openLower[A](lower: A, upper: A)(implicit arg0: Order[A]): Interval[A]
  29. def openUpper[A](lower: A, upper: A)(implicit arg0: Order[A]): Interval[A]
  30. def point[A](a: A)(implicit arg0: Order[A]): Interval[A]
  31. implicit def semiring[A](implicit ev: Ring[A], o: Order[A]): Semiring[Interval[A]]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def zero[A](implicit o: Order[A], r: Semiring[A]): Interval[A]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped