final class String_Syntax extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- String_Syntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new String_Syntax(s: 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 asBoolean(defValue: Boolean): Boolean
- Annotations
- @inline()
- final def asBoolean(): Option[Boolean]
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def asInt(defValue: Int): Int
- Annotations
- @inline()
- final def asInt(): Option[Int]
- Annotations
- @inline()
- def block(delta: Int, open: String, close: String): String
- def camelToUnderscores: String
- final def centerEllipsed(maxLength: Int, ellipsis: Option[String]): String
- Annotations
- @inline()
- final def densify(): String
- Annotations
- @inline()
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def leftEllipsed(limit: Int, ellipsis: String): String
- Annotations
- @inline()
- final def leftPad(len: Int, elem: Char): String
- Annotations
- @inline()
- final def leftPad(len: Int): String
- Annotations
- @inline()
- def listing(): String
- def listing(header: String): String
- final def minimize(leave: Int): String
- Annotations
- @inline()
- final def rightEllipsed(limit: Int, ellipsis: String): String
- Annotations
- @inline()
- final def shift(delta: Int, fill: String = " "): String
- Annotations
- @inline()
- def split2(splitter: Char): (String, String)
- Annotations
- @inline()
- def splitFirst(separator: Char): (String, String)
- def splitLast(separator: Char): (String, String)
- def toString(): String
- Definition Classes
- Any
- def uncapitalize: String
- def underscoreToCamel: String
- final def utf8: Array[Byte]
- Annotations
- @inline()