c

mouse

StringOps

final class StringOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. final def parseBoolean: Either[IllegalArgumentException, Boolean]
    Annotations
    @inline()
  8. final def parseBooleanOption: Option[Boolean]
    Annotations
    @inline()
  9. final def parseBooleanValidated: Validated[IllegalArgumentException, Boolean]
    Annotations
    @inline()
  10. final def parseByte: Either[NumberFormatException, Byte]
    Annotations
    @inline()
  11. final def parseByteOption: Option[Byte]
    Annotations
    @inline()
  12. final def parseByteValidated: Validated[NumberFormatException, Byte]
    Annotations
    @inline()
  13. final def parseDouble: Either[NumberFormatException, Double]
    Annotations
    @inline()
  14. final def parseDoubleOption: Option[Double]
    Annotations
    @inline()
  15. final def parseDoubleValidated: Validated[NumberFormatException, Double]
    Annotations
    @inline()
  16. final def parseFloat: Either[NumberFormatException, Float]
    Annotations
    @inline()
  17. final def parseFloatOption: Option[Float]
    Annotations
    @inline()
  18. final def parseFloatValidated: Validated[NumberFormatException, Float]
    Annotations
    @inline()
  19. final def parseInt: Either[NumberFormatException, Int]
    Annotations
    @inline()
  20. final def parseIntOption: Option[Int]
    Annotations
    @inline()
  21. final def parseIntValidated: Validated[NumberFormatException, Int]
    Annotations
    @inline()
  22. final def parseLong: Either[NumberFormatException, Long]
    Annotations
    @inline()
  23. final def parseLongOption: Option[Long]
    Annotations
    @inline()
  24. final def parseLongValidated: Validated[NumberFormatException, Long]
    Annotations
    @inline()
  25. final def parseShort: Either[NumberFormatException, Short]
    Annotations
    @inline()
  26. final def parseShortOption: Option[Short]
    Annotations
    @inline()
  27. final def parseShortValidated: Validated[NumberFormatException, Short]
    Annotations
    @inline()
  28. val s: String
  29. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped