Scala Standard Library 2.12.18 - scala.StringContext (original) (raw)

case class StringContext(parts: String*) extends Product with Serializable

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. StringContext
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. Hide All

  6. Show All

Instance Constructors

  1. new StringContext(parts: String*)

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. def +(other: String): String
  4. def ->[B](y: B): (StringContext, B)
  5. final def ==(arg0: Any): Boolean
  6. final def asInstanceOf[T0]: T0
  7. def checkLengths(args: Seq[Any]): Unit
  8. def clone(): AnyRef
  9. def ensuring(cond: (StringContext) ⇒ Boolean, msg: ⇒ Any): StringContext
  10. def ensuring(cond: (StringContext) ⇒ Boolean): StringContext
  11. def ensuring(cond: Boolean, msg: ⇒ Any): StringContext
  12. def ensuring(cond: Boolean): StringContext
  13. final def eq(arg0: AnyRef): Boolean
  14. macro def f[A >: Any](args: A*): String
  15. def finalize(): Unit
  16. final def getClass(): Class[_]
  17. final def isInstanceOf[T0]: Boolean
  18. final def ne(arg0: AnyRef): Boolean
  19. final def notify(): Unit
  20. final def notifyAll(): Unit
  21. val parts: String*
  22. def raw(args: Any*): String
  23. def s(args: Any*): String
  24. def standardInterpolator(process: (String) ⇒ String, args: Seq[Any]): String
  25. final def synchronized[T0](arg0: ⇒ T0): T0
  26. final def wait(): Unit
  27. final def wait(arg0: Long, arg1: Int): Unit
  28. final def wait(arg0: Long): Unit
  29. def →[B](y: B): (StringContext, B)

Ungrouped