implicit final class RichString extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichString
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichString(self: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: String
- def toBigDecimal: BigDecimal
- def toBigDecimalOpt: Option[BigDecimal]
- def toBigInt: BigInt
- def toBigIntOpt: Option[BigInt]
- def toBooleanOpt: Option[Boolean]
- def toByteOpt: Option[Byte]
- def toDoubleOpt: Option[Double]
- def toFloatOpt: Option[Float]
- def toIntOpt: Option[Int]
- def toLongOpt: Option[Long]
-
def
toString(): String
- Definition Classes
- Any