final class StringLiteralExOps extends AnyVal
Some methods are here form ExStringOps
again, so that we can
use them on plain string literals, without requiring an
explicit wrap such as Const("x")
first.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringLiteralExOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StringLiteralExOps(x: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def ++(that: Ex[String]): Ex[String]
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attr[A](default: Ex[A])(implicit bridge: Bridge[A]): WithDefault[A]
- def attr[A](implicit bridge: Bridge[A]): Attr[A]
- def contains(that: Ex[String]): Ex[Boolean]
- def drop(n: Ex[Int]): Ex[String]
- def endsWith(that: Ex[String]): Ex[Boolean]
- def format(args: Ex[Any]*): Ex[String]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def indexOf(that: Ex[String]): Ex[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastIndexOf(that: Ex[String]): Ex[Int]
- def nonEmpty: Boolean
- def size: Int
- def slice(from: Ex[Int], until: Ex[Int]): Ex[String]
- def startsWith(that: Ex[String]): Ex[Boolean]
- def take(n: Ex[Int]): Ex[String]
- def toString(): String
- Definition Classes
- Any