Packages

c

com.mchange.sc.v1.consuela

RichString

implicit final class RichString extends AnyVal

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(string: String)

Value Members

  1. def decodeBase64: Array[Byte]
  2. def decodeHex: Array[Byte]
  3. def decodeHex(allowPrefix: Boolean): Array[Byte]
  4. def decodeHexAsSeq: Seq[Byte]
  5. def decodeHexAsSeq(allowPrefix: Boolean): Seq[Byte]
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. val string: String