c

mouse

StringOps

final class StringOps extends AnyVal

Source
string.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StringOps(s: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def asError: Error

    Wraps a String in Error.

    Wraps a String in Error.

    Annotations
    @inline()
  5. def asException: Exception

    Wraps a String in Exception.

    Wraps a String in Exception.

    Annotations
    @inline()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asThrowable: Throwable

    Wraps a String in Throwable.

    Wraps a String in Throwable.

    Annotations
    @inline()
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def parseBigDecimal: Either[NumberFormatException, BigDecimal]
    Annotations
    @inline()
  11. def parseBigDecimalOption: Option[BigDecimal]
    Annotations
    @inline()
  12. def parseBigDecimalValidated: Validated[NumberFormatException, BigDecimal]
    Annotations
    @inline()
  13. def parseBigInt: Either[NumberFormatException, BigInt]
    Annotations
    @inline()
  14. def parseBigIntOption: Option[BigInt]
    Annotations
    @inline()
  15. def parseBigIntValidated: Validated[NumberFormatException, BigInt]
    Annotations
    @inline()
  16. def parseBoolean: Either[IllegalArgumentException, Boolean]
    Annotations
    @inline()
  17. def parseBooleanOption: Option[Boolean]
    Annotations
    @inline()
  18. def parseBooleanValidated: Validated[IllegalArgumentException, Boolean]
    Annotations
    @inline()
  19. def parseByte: Either[NumberFormatException, Byte]
    Annotations
    @inline()
  20. def parseByteOption: Option[Byte]
    Annotations
    @inline()
  21. def parseByteValidated: Validated[NumberFormatException, Byte]
    Annotations
    @inline()
  22. def parseDouble: Either[NumberFormatException, Double]
    Annotations
    @inline()
  23. def parseDoubleOption: Option[Double]
    Annotations
    @inline()
  24. def parseDoubleValidated: Validated[NumberFormatException, Double]
    Annotations
    @inline()
  25. def parseFloat: Either[NumberFormatException, Float]
    Annotations
    @inline()
  26. def parseFloatOption: Option[Float]
    Annotations
    @inline()
  27. def parseFloatValidated: Validated[NumberFormatException, Float]
    Annotations
    @inline()
  28. def parseInt: Either[NumberFormatException, Int]
    Annotations
    @inline()
  29. def parseIntOption: Option[Int]
    Annotations
    @inline()
  30. def parseIntValidated: Validated[NumberFormatException, Int]
    Annotations
    @inline()
  31. def parseLong: Either[NumberFormatException, Long]
    Annotations
    @inline()
  32. def parseLongOption: Option[Long]
    Annotations
    @inline()
  33. def parseLongValidated: Validated[NumberFormatException, Long]
    Annotations
    @inline()
  34. def parseShort: Either[NumberFormatException, Short]
    Annotations
    @inline()
  35. def parseShortOption: Option[Short]
    Annotations
    @inline()
  36. def parseShortValidated: Validated[NumberFormatException, Short]
    Annotations
    @inline()
  37. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped