Packages

final class IzString extends AnyVal

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

Instance Constructors

  1. new IzString(s: 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. final def asBoolean(defValue: Boolean): Boolean
    Annotations
    @inline()
  5. final def asBoolean(): Option[Boolean]
    Annotations
    @inline()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def asInt(defValue: Int): Int
    Annotations
    @inline()
  8. final def asInt(): Option[Int]
    Annotations
    @inline()
  9. def block(delta: Int, open: String, close: String): String
  10. def camelToUnderscores: String
  11. final def centerEllipsed(maxLength: Int, ellipsis: Option[String]): String
    Annotations
    @inline()
  12. final def densify(): String
    Annotations
    @inline()
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def leftEllipsed(limit: Int, ellipsis: String): String
    Annotations
    @inline()
  16. final def leftPad(len: Int, elem: Char): String
    Annotations
    @inline()
  17. final def leftPad(len: Int): String
    Annotations
    @inline()
  18. def listing(): String
  19. def listing(header: String): String
  20. final def minimize(leave: Int): String
    Annotations
    @inline()
  21. final def rightEllipsed(limit: Int, ellipsis: String): String
    Annotations
    @inline()
  22. final def shift(delta: Int, fill: String = " "): String
    Annotations
    @inline()
  23. def split2(splitter: Char): (String, String)
    Annotations
    @inline()
  24. def splitFirst(separator: Char): (String, String)
  25. def splitLast(separator: Char): (String, String)
  26. def toString(): String
    Definition Classes
    Any
  27. def uncapitalize: String
  28. def underscoreToCamel: String
  29. final def utf8: Array[Byte]
    Annotations
    @inline()

Inherited from AnyVal

Inherited from Any

Ungrouped