final class RemoteCharSyntax extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteCharSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def asDigit: Remote[Int]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def getDirectionality: Remote[Int]
- def getNumericValue: Remote[Int]
- def getType: Remote[Int]
- def isControl: Remote[Boolean]
- def isDigit: Remote[Boolean]
- def isHighSurrogate: Remote[Boolean]
- def isIdentifierIgnorable: Remote[Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLetter: Remote[Boolean]
- def isLetterOrDigit: Remote[Boolean]
- def isLowSurrogate: Remote[Boolean]
- def isLower: Remote[Boolean]
- def isMirrored: Remote[Boolean]
- def isSpaceChar: Remote[Boolean]
- def isSurrogate: Remote[Boolean]
- def isTitleCase: Remote[Boolean]
- def isUnicodeIdentifierPart: Remote[Boolean]
- def isUnicodeIdentifierStart: Remote[Boolean]
- def isUpper: Remote[Boolean]
- def isWhitespace: Remote[Boolean]
- def reverseBytes: Remote[Char]
- val self: Remote[Char]
- def toLower: Remote[Char]
-
def
toString(): String
- Definition Classes
- Any
- def toTitleCase: Remote[Char]
- def toUpper: Remote[Char]