final class RichString extends AnyVal

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

Instance Constructors

  1. new RichString(s: String)

Value Members

  1. def dateTimeFormat(format: String): DateTime
  2. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  3. def localDateTimeFormat(format: String): LocalDate
  4. val s: String
  5. def toDateTime(format: String): DateTime
  6. def toDateTime: DateTime
  7. def toDateTimeOption(format: String): Option[DateTime]
  8. def toDateTimeOption: Option[DateTime]
  9. def toInterval: Interval
  10. def toIntervalOption: Option[Interval]
  11. def toLocalDate(format: String): LocalDate
  12. def toLocalDate: LocalDate
  13. def toLocalDateOption(format: String): Option[LocalDate]
  14. def toLocalDateOption: Option[LocalDate]