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. def parseBoolean: Either[IllegalArgumentException, Boolean]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Annotations
    @inline()
  27. 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