final class JvmStringOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JvmStringOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JvmStringOps(s: 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
- def parseURI: Either[URISyntaxException, URI]
- Annotations
- @inline()
- def parseURIOption: Option[URI]
- Annotations
- @inline()
- def parseURIValidated: Validated[URISyntaxException, URI]
- Annotations
- @inline()
- def parseURL: Either[MalformedURLException, URL]
- Annotations
- @inline()
- def parseURLOption: Option[URL]
- Annotations
- @inline()
- def parseURLValidated: Validated[MalformedURLException, URL]
- Annotations
- @inline()
- def parseUUID: Either[IllegalArgumentException, UUID]
- Annotations
- @inline()
- def parseUUIDOption: Option[UUID]
- Annotations
- @inline()
- def parseUUIDValidated: Validated[IllegalArgumentException, UUID]
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any