Packages

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. All

Instance Constructors

  1. new StringOps(str: 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 asDuration: Either[Throwable, Duration]
  5. def asFiniteDuration: Either[Throwable, FiniteDuration]
  6. def asFiniteDurationUnsafe: FiniteDuration
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asJavaDuration: Either[Throwable, Duration]
  9. def asJavaDurationUnsafe: Duration
  10. def asList: List[String]
  11. def asMap: Either[String, Map[String, String]]
  12. def asMapUnsafe: Map[String, String]
  13. def asMillis: Either[Throwable, Long]
  14. def asMillisUnsafe: Long
  15. def asSeconds: Either[Throwable, Long]
  16. def asSecondsUnsafe: Long
  17. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped