Packages

c

de.sciss.lucre.expr

ExStringOps

final class ExStringOps extends AnyVal

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

Instance Constructors

  1. new ExStringOps(x: Ex[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def ++(that: Ex[String]): Ex[String]
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def contains(that: Ex[String]): Ex[Boolean]
  7. def drop(n: Ex[Int]): Ex[String]
  8. def endsWith(that: Ex[String]): Ex[Boolean]
  9. def format(args: Ex[Any]*): Ex[String]

    Applies 'printf' style formatting.

    Applies 'printf' style formatting. See StringFormat for details.

  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. def indexOf(that: Ex[String]): Ex[Int]
  12. def isEmpty: Ex[Boolean]
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def lastIndexOf(that: Ex[String]): Ex[Int]
  15. def length: Ex[Int]
  16. def nonEmpty: Ex[Boolean]
  17. def size: Ex[Int]
  18. def slice(from: Ex[Int], until: Ex[Int]): Ex[String]
  19. def split(regex: Ex[String], limit: Ex[Int] = 0): Ex[Seq[String]]
  20. def startsWith(that: Ex[String]): Ex[Boolean]
  21. def take(n: Ex[Int]): Ex[String]
  22. def toBooleanOption: Ex[Option[Boolean]]
  23. def toDoubleOption: Ex[Option[Double]]
  24. def toIntOption: Ex[Option[Int]]
  25. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped