Packages

p

es.weso.rbe

interval

package interval

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class IntLimit(m: Int) extends IntOrUnbounded with Product with Serializable

    Positive integers

  2. 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

  3. case class IntOrUnboundedException(msg: String) extends Exception with NoStackTrace with Product with Serializable
  4. case class Interval(n: IntOrUnbounded, m: IntOrUnbounded) extends Product with Serializable

    Definition of intervals (m,n) where m and n can be unbounded

  5. case class IntervalChecker[A](rbe: Rbe[A])(implicit evidence$1: Show[A]) extends BagChecker[A] with Product with Serializable
  6. case class IntervalsException(msg: String) extends Exception with Product with Serializable

Value Members

  1. object IntOrUnbounded extends Serializable
  2. object IntervalChecker extends Serializable
  3. object Unbounded extends IntOrUnbounded with Product with Serializable

Ungrouped