final class C extends AnyVal with HasBoxer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- C
- HasBoxer
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new C(value: Char)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
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()
-
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
- Annotations
- @inline()
-
def
toString(): scala.Predef.String
- Definition Classes
- C → Any
- Annotations
- @inline()
- val value: Char
-
def
|(other: C): C
- Annotations
- @inline()
-
def
|^(other: C): C
- Annotations
- @inline()