IntOrUnbounded

sealed abstract
trait IntOrUnbounded extends Product with Serializable

Represents a limit of an interval. It can be either an Int or an Unbounded value

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class IntLimit
object Unbounded

Value members

Abstract methods

Add another IntOrUnbounded to this value

Add another IntOrUnbounded to this value

def getLimit: Option[Int]
def isUnbounded: Boolean

true if this value is Unbounded

true if this value is Unbounded

Concrete methods

def <=(x: Int): Boolean
def >(other: IntOrUnbounded): Boolean
def >=(x: Int): Boolean
def hasLimit: Boolean
def show: String
override
def toString: String
Definition Classes
Any

Inherited methods

def canEqual(that: Any): Boolean
Inherited from
Equals
def productArity: Int
Inherited from
Product
def productElement(n: Int): Any
Inherited from
Product
def productElementName(n: Int): String
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def productPrefix: String
Inherited from
Product

Implicits

Implicits