implicit final class RichString extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichString
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RichString(string: 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 clean: String
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leftPad(length: Int, padder: String): String
- def leftPad(length: Int): String
- def replaceIf(replaced: (Char) => Boolean, replacement: Char): String
- def rightPad(length: Int, padder: String): String
- def rightPad(length: Int): String
- val string: String
- def toString(): String
- Definition Classes
- Any
- def trimToOption: Option[String]
- def truncate(maxLength: Int): String