Packages

class ofStringArray extends WrappedImmutableArray[Char]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ofStringArray
  2. WrappedImmutableArray
  3. IndexedSeqOptimized
  4. IndexedSeq
  5. IndexedSeqOps
  6. IndexedSeq
  7. IndexedSeqOps
  8. Seq
  9. SeqOps
  10. Seq
  11. Equals
  12. SeqOps
  13. PartialFunction
  14. Function1
  15. Iterable
  16. Iterable
  17. IterableFactoryDefaults
  18. IterableOps
  19. IterableOnceOps
  20. IterableOnce
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ofStringArray(strArray: StringArray)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ++[B >: Char](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  4. final def ++:[B >: Char](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  5. final def +:[B >: Char](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  6. final def :+[B >: Char](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  7. final def :++[B >: Char](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  10. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  12. def andThen[C](k: PartialFunction[Char, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  13. def andThen[C](k: (Char) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  14. def appended[B >: Char](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  15. def appendedAll[B >: Char](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  16. def apply(index: Int): Char
    Definition Classes
    WrappedImmutableArray → SeqOps → Function1
  17. def applyOrElse[A1 <: Int, B1 >: Char](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  18. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  19. def arrayBuilder: Builder[Char, StringArray]
    Attributes
    protected[this]
    Definition Classes
    ofStringArrayWrappedImmutableArray
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  22. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  23. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  24. final def coll: ofStringArray.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  25. def collect[B](pf: PartialFunction[Char, B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  26. def collectFirst[B](pf: PartialFunction[Char, B]): Option[B]
    Definition Classes
    IterableOnceOps
  27. def combinations(n: Int): Iterator[IndexedSeq[Char]]
    Definition Classes
    SeqOps
  28. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Char]
    Definition Classes
    PartialFunction
  29. def compose[A](g: (A) => Int): (A) => Char
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  30. final def concat[B >: Char](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  31. def contains[A1 >: Char](elem: A1): Boolean
    Definition Classes
    SeqOps
  32. def containsSlice[B](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  33. def copyToArray[B >: Char](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  34. def copyToArray[B >: Char](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
  35. def copyToArray[B >: Char](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
  36. def corresponds[B](that: Seq[B])(p: (Char, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  37. def corresponds[B](that: IterableOnce[B])(p: (Char, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  38. def count(p: (Char) => Boolean): Int
    Definition Classes
    IterableOnceOps
  39. def diff[B >: Char](that: Seq[B]): IndexedSeq[Char]
    Definition Classes
    SeqOps
  40. def distinct: IndexedSeq[Char]
    Definition Classes
    SeqOps
  41. def distinctBy[B](f: (Char) => B): IndexedSeq[Char]
    Definition Classes
    SeqOps
  42. def drop(n: Int): IndexedSeq[Char]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  43. def dropRight(n: Int): IndexedSeq[Char]
    Definition Classes
    IndexedSeqOps → IterableOps
  44. def dropWhile(p: (Char) => Boolean): IndexedSeq[Char]
    Definition Classes
    IterableOps → IterableOnceOps
  45. def elementWise: ElementWiseExtractor[Int, Char]
    Definition Classes
    PartialFunction
  46. def empty: IndexedSeq[Char]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  47. def endsWith[B >: Char](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  48. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. def equals(o: Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  50. def exists(p: (Char) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  51. def filter(pred: (Char) => Boolean): IndexedSeq[Char]
    Definition Classes
    IterableOps → IterableOnceOps
  52. def filterNot(pred: (Char) => Boolean): IndexedSeq[Char]
    Definition Classes
    IterableOps → IterableOnceOps
  53. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  54. def find(p: (Char) => Boolean): Option[Char]
    Definition Classes
    IterableOnceOps
  55. def findLast(p: (Char) => Boolean): Option[Char]
    Definition Classes
    SeqOps
  56. def flatMap[B](f: (Char) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  57. def flatten[B](implicit asIterable: (Char) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  58. def fold[A1 >: Char](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  59. def foldLeft[B](z: B)(op: (B, Char) => B): B
    Definition Classes
    IterableOnceOps
  60. def foldRight[B](z: B)(op: (Char, B) => B): B
    Definition Classes
    IterableOnceOps
  61. def forall(p: (Char) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  62. def foreach[U](f: (Char) => U): Unit
    Definition Classes
    IterableOnceOps
  63. def fromSpecific(coll: IterableOnce[Char]): IndexedSeq[Char]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  64. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  65. def groupBy[K](f: (Char) => K): Map[K, IndexedSeq[Char]]
    Definition Classes
    IterableOps
  66. def groupMap[K, B](key: (Char) => K)(f: (Char) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  67. def groupMapReduce[K, B](key: (Char) => K)(f: (Char) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  68. def grouped(size: Int): Iterator[IndexedSeq[Char]]
    Definition Classes
    IterableOps
  69. def hashCode(): Int
    Definition Classes
    Seq → AnyRef → Any
  70. def head: Char
    Definition Classes
    IterableOps
  71. def headOption: Option[Char]
    Definition Classes
    IterableOps
  72. def indexOf[B >: Char](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexOf(elem, from) instead - indexOf(elem) calls indexOf(elem, 0)", "2.13.0")
  73. def indexOf[B >: Char](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  74. def indexOfSlice[B >: Char](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexOfSlice(that, from) instead - indexOfSlice(that) calls indexOfSlice(that, 0)", "2.13.0")
  75. def indexOfSlice[B >: Char](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  76. def indexWhere(p: (Char) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override indexWhere(p, from) instead - indexWhere(p) calls indexWhere(p, 0)", "2.13.0")
  77. def indexWhere(p: (Char) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  78. def indices: Range
    Definition Classes
    SeqOps
  79. def init: IndexedSeq[Char]
    Definition Classes
    IterableOps
  80. def inits: Iterator[IndexedSeq[Char]]
    Definition Classes
    IterableOps
  81. def intersect[B >: Char](that: Seq[B]): IndexedSeq[Char]
    Definition Classes
    SeqOps
  82. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  83. def isEmpty: Boolean
    Definition Classes
    SeqOps → IterableOnceOps
  84. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  85. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  86. def iterableFactory: SeqFactory[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  87. def iterator: Iterator[Char]
    Definition Classes
    IndexedSeqOps → IterableOnce
  88. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  89. def last: Char
    Definition Classes
    IndexedSeqOps → IterableOps
  90. def lastIndexOf[B >: Char](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  91. def lastIndexOfSlice[B >: Char](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override lastIndexOfSlice(that, end) instead - lastIndexOfSlice(that) calls lastIndexOfSlice(that, Int.MaxValue)", "2.13.0")
  92. def lastIndexOfSlice[B >: Char](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  93. def lastIndexWhere(p: (Char) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding("Override lastIndexWhere(p, end) instead - lastIndexWhere(p) calls lastIndexWhere(p, Int.MaxValue)", "2.13.0")
  94. def lastIndexWhere(p: (Char) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  95. def lastOption: Option[Char]
    Definition Classes
    IterableOps
  96. def lazyZip[B](that: Iterable[B]): LazyZip2[Char, B, ofStringArray.this.type]
    Definition Classes
    Iterable
  97. def length: Int
    Definition Classes
    WrappedImmutableArray → SeqOps
  98. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  99. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  100. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  101. def lift: (Int) => Option[Char]
    Definition Classes
    PartialFunction
  102. def map[B](f: (Char) => B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  103. def max[B >: Char](implicit ord: scala.math.Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  104. def maxBy[B](f: (Char) => B)(implicit cmp: scala.math.Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  105. def maxByOption[B](f: (Char) => B)(implicit cmp: scala.math.Ordering[B]): Option[Char]
    Definition Classes
    IterableOnceOps
  106. def maxOption[B >: Char](implicit ord: scala.math.Ordering[B]): Option[Char]
    Definition Classes
    IterableOnceOps
  107. def min[B >: Char](implicit ord: scala.math.Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  108. def minBy[B](f: (Char) => B)(implicit cmp: scala.math.Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  109. def minByOption[B](f: (Char) => B)(implicit cmp: scala.math.Ordering[B]): Option[Char]
    Definition Classes
    IterableOnceOps
  110. def minOption[B >: Char](implicit ord: scala.math.Ordering[B]): Option[Char]
    Definition Classes
    IterableOnceOps
  111. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  112. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  113. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  114. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  115. def newBuilder: Builder[Char, WrappedImmutableArray[Char]]
    Attributes
    protected[this]
    Definition Classes
    WrappedImmutableArray → IndexedSeqOptimized
  116. def newSpecificBuilder: Builder[Char, IndexedSeq[Char]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  117. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  118. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  119. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  120. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[scala.collection]
    Definition Classes
    SeqOps
  121. def orElse[A1 <: Int, B1 >: Char](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  122. def padTo[B >: Char](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  123. def partition(p: (Char) => Boolean): (IndexedSeq[Char], IndexedSeq[Char])
    Definition Classes
    IterableOps
  124. def partitionMap[A1, A2](f: (Char) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  125. def patch[B >: Char](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    SeqOps
  126. def permutations: Iterator[IndexedSeq[Char]]
    Definition Classes
    SeqOps
  127. def prepended[B >: Char](elem: B): IndexedSeq[B]
    Definition Classes
    IndexedSeqOps → SeqOps
  128. def prependedAll[B >: Char](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
  129. def product[B >: Char](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  130. def reduce[B >: Char](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  131. def reduceLeft[B >: Char](op: (B, Char) => B): B
    Definition Classes
    IterableOnceOps
  132. def reduceLeftOption[B >: Char](op: (B, Char) => B): Option[B]
    Definition Classes
    IterableOnceOps
  133. def reduceOption[B >: Char](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  134. def reduceRight[B >: Char](op: (Char, B) => B): B
    Definition Classes
    IterableOnceOps
  135. def reduceRightOption[B >: Char](op: (Char, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  136. def reverse: IndexedSeq[Char]
    Definition Classes
    IndexedSeqOps → SeqOps
  137. def reverseIterator: Iterator[Char]
    Definition Classes
    IndexedSeqOps → SeqOps
  138. def reversed: Iterable[Char]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  139. def runWith[U](action: (Char) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  140. def sameElements[B >: Char](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  141. def scan[B >: Char](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  142. def scanLeft[B](z: B)(op: (B, Char) => B): IndexedSeq[B]
    Definition Classes
    IterableOps → IterableOnceOps
  143. def scanRight[B](z: B)(op: (Char, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  144. def search[B >: Char](elem: B, from: Int, to: Int)(implicit ord: scala.math.Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  145. def search[B >: Char](elem: B)(implicit ord: scala.math.Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  146. def segmentLength(p: (Char) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  147. final def segmentLength(p: (Char) => Boolean): Int
    Definition Classes
    SeqOps
  148. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  149. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  150. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  151. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  152. def slice(from: Int, until: Int): IndexedSeq[Char]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  153. def sliding(size: Int, step: Int): Iterator[IndexedSeq[Char]]
    Definition Classes
    IterableOps
  154. def sliding(size: Int): Iterator[IndexedSeq[Char]]
    Definition Classes
    IterableOps
  155. def sortBy[B](f: (Char) => B)(implicit ord: scala.Ordering[B]): IndexedSeq[Char]
    Definition Classes
    SeqOps
  156. def sortWith(lt: (Char, Char) => Boolean): IndexedSeq[Char]
    Definition Classes
    SeqOps
  157. def sorted[B >: Char](implicit ord: scala.Ordering[B]): IndexedSeq[Char]
    Definition Classes
    SeqOps
  158. def span(p: (Char) => Boolean): (IndexedSeq[Char], IndexedSeq[Char])
    Definition Classes
    IterableOps → IterableOnceOps
  159. def splitAt(n: Int): (IndexedSeq[Char], IndexedSeq[Char])
    Definition Classes
    IterableOps → IterableOnceOps
  160. def startsWith[B >: Char](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  161. def stepper[S <: Stepper[_]](implicit shape: StepperShape[Char, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  162. val strArray: StringArray
  163. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
    Annotations
    @deprecatedOverriding("Compatibility override", "2.13.0")
  164. def sum[B >: Char](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  165. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  166. def tail: IndexedSeq[Char]
    Definition Classes
    IterableOps
  167. def tails: Iterator[IndexedSeq[Char]]
    Definition Classes
    IterableOps
  168. def take(n: Int): IndexedSeq[Char]
    Definition Classes
    IndexedSeqOps → IterableOps → IterableOnceOps
  169. def takeRight(n: Int): IndexedSeq[Char]
    Definition Classes
    IndexedSeqOps → IterableOps
  170. def takeWhile(p: (Char) => Boolean): IndexedSeq[Char]
    Definition Classes
    IterableOps → IterableOnceOps
  171. def tapEach[U](f: (Char) => U): IndexedSeq[Char]
    Definition Classes
    IterableOps → IterableOnceOps
  172. def to[C1](factory: Factory[Char, C1]): C1
    Definition Classes
    IterableOnceOps
  173. def toArray[B >: Char](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  174. final def toBuffer[B >: Char]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  175. final def toIndexedSeq: IndexedSeq[Char]
    Definition Classes
    IndexedSeq → IterableOnceOps
  176. final def toIterable: ofStringArray.this.type
    Definition Classes
    Iterable → IterableOps
  177. def toList: List[Char]
    Definition Classes
    IterableOnceOps
  178. def toMap[K, V](implicit ev: <:<[Char, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  179. final def toSeq: ofStringArray.this.type
    Definition Classes
    Seq → IterableOnceOps
  180. def toSet[B >: Char]: Set[B]
    Definition Classes
    IterableOnceOps
  181. def toString(): String
    Definition Classes
    Seq → Function1 → Iterable → AnyRef → Any
  182. def toVector: Vector[Char]
    Definition Classes
    IterableOnceOps
  183. def transpose[B](implicit asIterable: (Char) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  184. def unapply(a: Int): Option[Char]
    Definition Classes
    PartialFunction
  185. def unzip[A1, A2](implicit asPair: (Char) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    IterableOps
  186. def unzip3[A1, A2, A3](implicit asTriple: (Char) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    IterableOps
  187. def updated[B >: Char](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
  188. val value: ImmutableArray[Char]
    Definition Classes
    WrappedImmutableArray
  189. def view: IndexedSeqView[Char]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  190. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  191. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  192. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  193. def withFilter(p: (Char) => Boolean): WithFilter[Char, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  194. def zip[B](that: IterableOnce[B]): IndexedSeq[(Char, B)]
    Definition Classes
    IterableOps
  195. def zipAll[A1 >: Char, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  196. def zipWithIndex: IndexedSeq[(Char, Int)]
    Definition Classes
    IterableOps → IterableOnceOps

Deprecated Value Members

  1. final def /:[B](z: B)(op: (B, Char) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  2. final def :\[B](z: B)(op: (Char, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  3. def aggregate[B](z: => B)(seqop: (B, Char) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  4. def companion: IterableFactory[[_]IndexedSeq[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  5. final def copyToBuffer[B >: Char](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  6. def hasDefiniteSize: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)

  7. final def prefixLength(p: (Char) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  8. final def repr: IndexedSeq[Char]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use coll instead of repr in a collection implementation, use the collection value itself from the outside

  9. def reverseMap[B](f: (Char) => B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)

  10. def seq: ofStringArray.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterable.seq always returns the iterable itself

  11. final def toIterator: Iterator[Char]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  12. final def toStream: Stream[Char]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  13. final def toTraversable: Traversable[Char]
    Definition Classes
    IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use toIterable instead

  14. final def union[B >: Char](that: Seq[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use concat instead

  15. def view(from: Int, until: Int): IndexedSeqView[Char]
    Definition Classes
    IndexedSeqOps → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .view.slice(from, until) instead of .view(from, until)

Inherited from WrappedImmutableArray[Char]

Inherited from IndexedSeqOptimized[Char, WrappedImmutableArray[Char]]

Inherited from IndexedSeq[Char]

Inherited from IndexedSeq[Char]

Inherited from IndexedSeqOps[Char, [_]IndexedSeq[_], IndexedSeq[Char]]

Inherited from Seq[Char]

Inherited from SeqOps[Char, [_]IndexedSeq[_], IndexedSeq[Char]]

Inherited from Seq[Char]

Inherited from Equals

Inherited from SeqOps[Char, [_]IndexedSeq[_], IndexedSeq[Char]]

Inherited from PartialFunction[Int, Char]

Inherited from (Int) => Char

Inherited from Iterable[Char]

Inherited from Iterable[Char]

Inherited from IterableFactoryDefaults[Char, [x]IndexedSeq[x]]

Inherited from IterableOps[Char, [_]IndexedSeq[_], IndexedSeq[Char]]

Inherited from IterableOnceOps[Char, [_]IndexedSeq[_], IndexedSeq[Char]]

Inherited from IterableOnce[Char]

Inherited from AnyRef

Inherited from Any

Ungrouped