spire.math

interval

package interval

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Bound[A] extends AnyRef

  2. case class Closed[A](a: A) extends ValueBound[A] with Product with Serializable

  3. case class EmptyBound[A]() extends Bound[A] with Product with Serializable

  4. case class Open[A](a: A) extends ValueBound[A] with Product with Serializable

  5. case class Unbound[A]() extends Bound[A] with Product with Serializable

  6. sealed trait ValueBound[A] extends Bound[A]

Value Members

  1. object Bound

  2. object ValueBound

    Companion object for open/closed bounds, used to construct intervals from a set of bounds.

Ungrouped