Scala Standard Library 2.13.1 - scala.Predef.SeqCharSequence (original) (raw)

implicit final class SeqCharSequence extends CharSequence

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. SeqCharSequence
  2. CharSequence
  3. AnyRef
  4. Any

Implicitly

  1. by any2stringadd

  2. by StringFormat

  3. by Ensuring

  4. by ArrowAssoc

  5. by any2stringadd

  6. by StringFormat

  7. by Ensuring

  8. by ArrowAssoc

  9. Hide All

  10. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def charAt(index: Int): Char
  6. def chars(): IntStream
  7. def clone(): AnyRef
  8. def codePoints(): IntStream
  9. final def eq(arg0: AnyRef): Boolean
  10. def equals(arg0: AnyRef): Boolean
  11. def finalize(): Unit
  12. final def getClass(): java.lang.Class[_ <: AnyRef]
  13. def hashCode(): Int
  14. final def isInstanceOf[T0]: Boolean
  15. def length(): Int
  16. final def ne(arg0: AnyRef): Boolean
  17. final def notify(): Unit
  18. final def notifyAll(): Unit
  19. def subSequence(start: Int, end: Int): CharSequence
  20. final def synchronized[T0](arg0: => T0): T0
  21. def toString(): String
  22. final def wait(): Unit
  23. final def wait(arg0: Long, arg1: Int): Unit
  24. final def wait(arg0: Long): Unit

Shadowed Implicit Value Members

  1. def +(other: String): String
  2. def +(other: String): String
  3. def ->[B](y: B): (SeqCharSequence, B)
  4. def ->[B](y: B): (SeqCharSequence, B)
  5. def ensuring(cond: (SeqCharSequence) => Boolean, msg: => Any): SeqCharSequence
  6. def ensuring(cond: (SeqCharSequence) => Boolean): SeqCharSequence
  7. def ensuring(cond: Boolean, msg: => Any): SeqCharSequence
  8. def ensuring(cond: Boolean): SeqCharSequence
  9. def ensuring(cond: (SeqCharSequence) => Boolean, msg: => Any): SeqCharSequence
  10. def ensuring(cond: (SeqCharSequence) => Boolean): SeqCharSequence
  11. def ensuring(cond: Boolean, msg: => Any): SeqCharSequence
  12. def ensuring(cond: Boolean): SeqCharSequence
  13. def formatted(fmtstr: String): String
  14. def formatted(fmtstr: String): String

Ungrouped