Class

com.avsystem.scex.util

StringMiscOps

Related Doc: package util

Permalink

final class StringMiscOps extends AnyVal

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

Instance Constructors

  1. new StringMiscOps(wrapped: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def decodeBase64: Bytes

    Permalink
    Annotations
    @Documentation()
  6. def decodeBase64String: String

    Permalink
    Annotations
    @Documentation()
  7. def decodeEscapedBytes: Bytes

    Permalink
    Annotations
    @Documentation()
  8. def decodeHex: Bytes

    Permalink
    Annotations
    @Documentation()
  9. def decodeHexString: String

    Permalink
    Annotations
    @Documentation()
  10. def encode(charset: String): Bytes

    Permalink
    Annotations
    @Documentation()
  11. def encodeBase64: String

    Permalink
    Annotations
    @Documentation()
  12. def encodeHex: String

    Permalink
    Annotations
    @Documentation()
  13. def encodeUTF8: Bytes

    Permalink
    Annotations
    @Documentation()
  14. def ensureEnd(postfix: String): String

    Permalink
    Annotations
    @Documentation()
  15. def ensureStart(prefix: String): String

    Permalink
    Annotations
    @Documentation()
  16. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def leftPad(desiredLength: Int, padding: String): String

    Permalink
    Annotations
    @Documentation()
  19. def md5Hex: String

    Permalink
    Annotations
    @Documentation()
  20. def parseHex: Long

    Permalink
    Annotations
    @Documentation()
  21. def rightPad(desiredLength: Int, padding: String): String

    Permalink
    Annotations
    @Documentation()
  22. def splitBy(separator: String): commons.jiop.JavaInterop.JList[String]

    Permalink
    Annotations
    @Documentation()
  23. def splitByTrim(separator: String): commons.jiop.JavaInterop.JList[String]

    Permalink
    Annotations
    @Documentation()
  24. def toDate(format: String, timeZone: String): commons.jiop.JavaInterop.JDate

    Permalink
    Annotations
    @Documentation()
  25. def toDate(format: String): commons.jiop.JavaInterop.JDate

    Permalink
    Annotations
    @Documentation()
  26. def toDate: commons.jiop.JavaInterop.JDate

    Permalink
    Annotations
    @Documentation()
  27. def toLowerCaseEnglish: String

    Permalink
  28. def toString(): String

    Permalink
    Definition Classes
    Any
  29. def toUpperCaseEnglish: String

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped