Class

mouse

StringOps

Related Doc: package mouse

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  7. final def parseBoolean: Either[IllegalArgumentException, Boolean]

    Permalink
    Annotations
    @inline()
  8. final def parseBooleanOption: Option[Boolean]

    Permalink
    Annotations
    @inline()
  9. final def parseBooleanValidated: Validated[IllegalArgumentException, Boolean]

    Permalink
    Annotations
    @inline()
  10. final def parseByte: Either[NumberFormatException, Byte]

    Permalink
    Annotations
    @inline()
  11. final def parseByteOption: Option[Byte]

    Permalink
    Annotations
    @inline()
  12. final def parseByteValidated: Validated[NumberFormatException, Byte]

    Permalink
    Annotations
    @inline()
  13. final def parseDouble: Either[NumberFormatException, Double]

    Permalink
    Annotations
    @inline()
  14. final def parseDoubleOption: Option[Double]

    Permalink
    Annotations
    @inline()
  15. final def parseDoubleValidated: Validated[NumberFormatException, Double]

    Permalink
    Annotations
    @inline()
  16. final def parseFloat: Either[NumberFormatException, Float]

    Permalink
    Annotations
    @inline()
  17. final def parseFloatOption: Option[Float]

    Permalink
    Annotations
    @inline()
  18. final def parseFloatValidated: Validated[NumberFormatException, Float]

    Permalink
    Annotations
    @inline()
  19. final def parseInt: Either[NumberFormatException, Int]

    Permalink
    Annotations
    @inline()
  20. final def parseIntOption: Option[Int]

    Permalink
    Annotations
    @inline()
  21. final def parseIntValidated: Validated[NumberFormatException, Int]

    Permalink
    Annotations
    @inline()
  22. final def parseLong: Either[NumberFormatException, Long]

    Permalink
    Annotations
    @inline()
  23. final def parseLongOption: Option[Long]

    Permalink
    Annotations
    @inline()
  24. final def parseLongValidated: Validated[NumberFormatException, Long]

    Permalink
    Annotations
    @inline()
  25. final def parseShort: Either[NumberFormatException, Short]

    Permalink
    Annotations
    @inline()
  26. final def parseShortOption: Option[Short]

    Permalink
    Annotations
    @inline()
  27. final def parseShortValidated: Validated[NumberFormatException, Short]

    Permalink
    Annotations
    @inline()
  28. val s: String

    Permalink
  29. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped