scala.runtime
RichInt
class
RichInt extends Proxy with Ordered[Int]
Inherited
- Hide All
- Show all
- Ordered
- Comparable
- Proxy
- AnyRef
- Any
Instance constructors
-
new
RichInt(start: Int)
Value Members
-
def
!=(arg0: AnyRef): Boolean
-
def
!=(arg0: Any): Boolean
-
def
##(): Int
-
def
$asInstanceOf[T0](): T0
-
def
$isInstanceOf[T0](): Boolean
-
def
<(that: Int): Boolean
-
def
<=(that: Int): Boolean
-
def
==(arg0: AnyRef): Boolean
-
def
==(arg0: Any): Boolean
-
def
>(that: Int): Boolean
-
def
>=(that: Int): Boolean
-
def
abs: Int
-
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compare(that: Int): Int
-
def
compareTo(that: Int): Int
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
finalize(): Unit
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
hashCode(): Int
-
def
isInstanceOf[T0]: Boolean
-
def
max(that: Int): Int
-
def
min(that: Int): Int
-
def
ne(arg0: AnyRef): Boolean
-
def
notify(): Unit
-
def
notifyAll(): Unit
-
def
self: Any
-
val
start: Int
-
def
synchronized[T0](arg0: T0): T0
-
def
to(end: Int, step: Int): Inclusive
-
-
def
toBinaryString: String
-
def
toHexString: String
-
def
toOctalString: String
-
def
toString(): String
-
def
until(end: Int, step: Int): Range
-
def
until(end: Int): Range with ByOne
-
def
wait(): Unit
-
def
wait(arg0: Long, arg1: Int): Unit
-
def
wait(arg0: Long): Unit