final class _32 extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- _32
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new _32(value: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def %(other: _32): _32
- def &(other: _32): _32
- def *(other: _32): _32
- def +(other: _32): _32
- def -(other: _32): _32
- def /(other: _32): _32
- def <(other: _32): Boolean
- def <<(n: Int): _32
- def <=(other: _32): Boolean
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def >(other: _32): Boolean
- def >=(other: _32): Boolean
- def >>(n: Int): _32
- def >>>(n: Int): _32
- def ^(other: _32): _32
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toLong: Long
-
def
toString(): scala.Predef.String
- Definition Classes
- _32 → Any
- def unary_-: _32
- def unary_~: _32
- val value: Int
- def |(other: _32): _32