Packages

c

pimpathon.string

StringPimps

implicit final class StringPimps extends AnyVal

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

Instance Constructors

  1. new StringPimps(self: 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 affixWith(prefix: String, suffix: String): String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def emptyTo(alternative: ⇒ String): String
  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. def hyphenate: String
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def md5: String
  11. def prefixPadTo(len: Int, elem: Char): String
  12. def prefixWith(prefix: String): String
  13. def quote: String
  14. def quoteWith(char: Char): String
  15. val self: String
  16. def sharedPrefix(other: String): (String, String, String)
  17. def stripAffixes(prefix: String, suffix: String): String
  18. def suffixWith(suffix: String): String
  19. def toByteArray(charset: Charset): Array[Byte]
  20. def toByteArray: Array[Byte]
  21. def toString(): String
    Definition Classes
    Any
  22. def unquote: String
  23. def wrap(length: Int): String

Inherited from AnyVal

Inherited from Any

Ungrouped