final class RichString extends AnyVal
- Source
- RichString.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichString
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RichString(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 dateTimeFormat(format: String): DateTime
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localDateTimeFormat(format: String): LocalDate
- val s: String
- def toDateTime(format: String): DateTime
- def toDateTime: DateTime
- def toDateTimeOption(format: String): Option[DateTime]
- def toDateTimeOption: Option[DateTime]
- def toInterval: Interval
- def toIntervalOption: Option[Interval]
- def toLocalDate(format: String): LocalDate
- def toLocalDate: LocalDate
- def toLocalDateOption(format: String): Option[LocalDate]
- def toLocalDateOption: Option[LocalDate]
- def toString(): String
- Definition Classes
- Any