package interval
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class IntLimit(m: Int) extends IntOrUnbounded with Product with Serializable
Positive integers
- sealed trait IntOrUnbounded extends Product with Serializable
Represents a limit of an interval.
Represents a limit of an interval. It can be either an Int or an Unbounded value
- case class IntOrUnboundedException(msg: String) extends Exception with NoStackTrace with Product with Serializable
- case class Interval(n: IntOrUnbounded, m: IntOrUnbounded) extends Product with Serializable
Definition of intervals (m,n) where m and n can be unbounded
- case class IntervalChecker[A](rbe: Rbe[A])(implicit evidence$1: Show[A]) extends BagChecker[A] with Product with Serializable
- case class IntervalsException(msg: String) extends Exception with Product with Serializable
Value Members
- object IntOrUnbounded extends Serializable
- object IntervalChecker extends Serializable
- case object Unbounded extends IntOrUnbounded with Product with Serializable