IntBounded

trait IntBounded extends LowerBounded[Int] with UpperBounded[Int]
trait UpperBounded[Int]
trait LowerBounded[Int]
class Object
trait Matchable
class Any
class IntOrder

Value members

Concrete methods

override def maxBound: Int
Definition Classes
override def minBound: Int
Definition Classes

Inherited methods

Inherited from
UpperBounded