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

Value members

Abstract methods

Add another IntOrUnbounded to this value

Add another IntOrUnbounded to this value

true if this value is Unbounded

true if this value is Unbounded

Concrete methods

def <(x: Int): Boolean
def <=(x: Int): Boolean
def >(other: IntOrUnbounded): Boolean
def >=(x: Int): Boolean
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product

Implicits

Implicits