final class C extends AnyVal with Immutable with HasBoxer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- C
- HasBoxer
- Immutable
- ImmutableMarker
- Clonable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new C(value: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
$cannotMixImmutableAndMutable: Nothing
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
def
$hasEquals: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
$hasString: Boolean
- Attributes
- protected
- Definition Classes
- Immutable
-
def
&(other: C): C
- Annotations
- @inline()
-
def
+(other: C): C
- Annotations
- @inline()
-
def
-(other: C): C
- Annotations
- @inline()
-
def
<(other: C): B
- Annotations
- @inline()
-
def
<<(other: C): C
- Annotations
- @inline()
-
def
<=(other: C): B
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
>(other: C): B
- Annotations
- @inline()
-
def
>=(other: C): B
- Annotations
- @inline()
-
def
>>(other: C): C
- Annotations
- @inline()
-
def
>>>(other: C): C
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
native: Char
- Annotations
- @inline()
- def string: String
-
def
toString(): scala.Predef.String
- Definition Classes
- C → Any
- Annotations
- @inline()
- val value: Int
-
def
|(other: C): C
- Annotations
- @inline()
-
def
|^(other: C): C
- Annotations
- @inline()