Packages

c

zio.Chunk

CharArray

final case class CharArray(array: Array[Char], offset: Int, length: Int) extends Arr[Char] with ChunkIterator[Char] with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CharArray
  2. Product
  3. ChunkIterator
  4. Arr
  5. Chunk
  6. Serializable
  7. ChunkLike
  8. StrictOptimizedSeqOps
  9. StrictOptimizedSeqOps
  10. StrictOptimizedIterableOps
  11. IndexedSeq
  12. IndexedSeqOps
  13. IndexedSeq
  14. IndexedSeqOps
  15. Seq
  16. SeqOps
  17. Seq
  18. Equals
  19. SeqOps
  20. PartialFunction
  21. Function1
  22. Iterable
  23. Iterable
  24. IterableFactoryDefaults
  25. IterableOps
  26. IterableOnceOps
  27. IterableOnce
  28. AnyRef
  29. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CharArray(array: Array[Char], offset: Int, length: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def &(that: Chunk[Boolean])(implicit ev: <:<[Char, Boolean]): BitChunkByte

    Returns the bitwise AND of this chunk and the specified chunk.

    Returns the bitwise AND of this chunk and the specified chunk.

    Definition Classes
    Chunk
  4. final def ++[A1 >: Char](that: ChunkIterator[A1]): ChunkIterator[A1]

    Concatenates this chunk iterator with the specified chunk iterator.

    Concatenates this chunk iterator with the specified chunk iterator.

    Definition Classes
    ChunkIterator
  5. final def ++[A1 >: Char](that: NonEmptyChunk[A1]): NonEmptyChunk[A1]

    Returns the concatenation of this chunk with the specified chunk.

    Returns the concatenation of this chunk with the specified chunk.

    Definition Classes
    Chunk
  6. final def ++[A1 >: Char](that: Chunk[A1]): Chunk[A1]

    Returns the concatenation of this chunk with the specified chunk.

    Returns the concatenation of this chunk with the specified chunk.

    Definition Classes
    Chunk
  7. final def ++[B >: Char](suffix: IterableOnce[B]): Chunk[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  8. final def ++:[B >: Char](prefix: IterableOnce[B]): Chunk[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  9. final def +:[B >: Char](elem: B): Chunk[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  10. final def :+[B >: Char](elem: B): Chunk[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  11. final def :++[B >: Char](suffix: IterableOnce[B]): Chunk[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  12. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def ^(that: Chunk[Boolean])(implicit ev: <:<[Char, Boolean]): BitChunkByte

    Returns the bitwise XOR of this chunk and the specified chunk.

    Returns the bitwise XOR of this chunk and the specified chunk.

    Definition Classes
    Chunk
  14. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  15. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  16. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  17. def andThen[C](k: PartialFunction[Char, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  18. def andThen[C](k: (Char) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  19. def append[A1 >: Char](a1: A1): Chunk[A1]

    Appends an element to the chunk.

    Appends an element to the chunk.

    Attributes
    protected
    Definition Classes
    Chunk
  20. final def appended[A1 >: Char](a1: A1): Chunk[A1]
    Definition Classes
    ChunkLike → StrictOptimizedSeqOps → SeqOps
  21. def appendedAll[B >: Char](suffix: IterableOnce[B]): Chunk[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  22. def apply(index: Int): Char
    Definition Classes
    CharArray → SeqOps → Function1
  23. def applyOrElse[A1 <: Int, B1 >: Char](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  24. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  25. val array: Array[Char]
    Definition Classes
    CharArray → Arr
  26. final def asBitsByte(implicit ev: <:<[Char, Byte]): Chunk[Boolean]

    Converts a chunk of bytes to a chunk of bits.

    Converts a chunk of bytes to a chunk of bits.

    Definition Classes
    Chunk
  27. final def asBitsInt(endianness: Endianness)(implicit ev: <:<[Char, Int]): Chunk[Boolean]

    Converts a chunk of ints to a chunk of bits.

    Converts a chunk of ints to a chunk of bits.

    Definition Classes
    Chunk
  28. final def asBitsLong(endianness: Endianness)(implicit ev: <:<[Char, Long]): Chunk[Boolean]

    Converts a chunk of longs to a chunk of bits.

    Converts a chunk of longs to a chunk of bits.

    Definition Classes
    Chunk
  29. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  30. def boolean(index: Int)(implicit ev: <:<[Char, Boolean]): Boolean

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  31. def byte(index: Int)(implicit ev: <:<[Char, Byte]): Byte

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  32. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  33. def char(index: Int)(implicit ev: <:<[Char, Char]): Char

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    CharArrayChunk
  34. def chunkIterator: ChunkIterator[Char]
    Definition Classes
    CharArrayChunk
  35. def className: String
    Attributes
    protected[this]
    Definition Classes
    Iterable
  36. implicit val classTag: ClassTag[Char]
    Definition Classes
    Arr
  37. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  38. final def coll: CharArray.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  39. def collect[B](pf: PartialFunction[Char, B]): Chunk[B]

    Returns a filtered, mapped subset of the elements of this Chunk.

    Returns a filtered, mapped subset of the elements of this Chunk.

    Definition Classes
    ChunkLike → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  40. def collectChunk[B](pf: PartialFunction[Char, B]): Chunk[B]

    Returns a filtered, mapped subset of the elements of this chunk.

    Returns a filtered, mapped subset of the elements of this chunk.

    Attributes
    protected
    Definition Classes
    Arr → Chunk
  41. def collectFirst[B](pf: PartialFunction[Char, B]): Option[B]
    Definition Classes
    IterableOnceOps
  42. def collectWhile[B](pf: PartialFunction[Char, B]): Chunk[B]

    Transforms all elements of the chunk for as long as the specified partial function is defined.

    Transforms all elements of the chunk for as long as the specified partial function is defined.

    Definition Classes
    Arr → Chunk
  43. def collectWhileZIO[R, E, B](pf: PartialFunction[Char, ZIO[R, E, B]])(implicit trace: Trace): ZIO[R, E, Chunk[B]]
    Definition Classes
    Arr → Chunk
  44. def collectZIO[R, E, B](pf: PartialFunction[Char, ZIO[R, E, B]])(implicit trace: Trace): ZIO[R, E, Chunk[B]]

    Returns a filtered, mapped subset of the elements of this chunk based on a .

    Returns a filtered, mapped subset of the elements of this chunk based on a .

    Definition Classes
    Arr → Chunk
  45. def combinations(n: Int): Iterator[Chunk[Char]]
    Definition Classes
    SeqOps
  46. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Char]
    Definition Classes
    PartialFunction
  47. def compose[A](g: (A) => Int): (A) => Char
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  48. final def concat[B >: Char](suffix: IterableOnce[B]): Chunk[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  49. def contains[A1 >: Char](elem: A1): Boolean
    Definition Classes
    SeqOps
  50. def containsSlice[B >: Char](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  51. def copyToArray[B >: Char](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  52. def copyToArray[B >: Char](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  53. def copyToArray[B >: Char](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  54. final def corresponds[B](that: Chunk[B])(f: (Char, B) => Boolean): Boolean

    Determines whether this chunk and the specified chunk have the same length and every pair of corresponding elements of this chunk and the specified chunk satisfy the specified predicate.

    Determines whether this chunk and the specified chunk have the same length and every pair of corresponding elements of this chunk and the specified chunk satisfy the specified predicate.

    Definition Classes
    Chunk
  55. def corresponds[B](that: Seq[B])(p: (Char, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  56. def corresponds[B](that: IterableOnce[B])(p: (Char, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  57. def count(p: (Char) => Boolean): Int
    Definition Classes
    IterableOnceOps
  58. def dedupe: Chunk[Char]

    Deduplicates adjacent elements that are identical.

    Deduplicates adjacent elements that are identical.

    Definition Classes
    Chunk
  59. def depth: Int
    Attributes
    protected
    Definition Classes
    Chunk
  60. def diff[B >: Char](that: Seq[B]): Chunk[Char]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  61. def distinct: Chunk[Char]
    Definition Classes
    SeqOps
  62. def distinctBy[B](f: (Char) => B): Chunk[Char]
    Definition Classes
    StrictOptimizedSeqOps → StrictOptimizedSeqOps → SeqOps
  63. def double(index: Int)(implicit ev: <:<[Char, Double]): Double

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  64. def drop(n: Int): Chunk[Char]

    Drops the first n elements of the chunk.

    Drops the first n elements of the chunk.

    Definition Classes
    Chunk → IndexedSeqOps → IterableOps → IterableOnceOps
  65. def dropRight(n: Int): Chunk[Char]

    Drops the last n elements of the chunk.

    Drops the last n elements of the chunk.

    Definition Classes
    Chunk → StrictOptimizedIterableOps → IndexedSeqOps → IterableOps
  66. def dropUntil(f: (Char) => Boolean): Chunk[Char]

    Drops all elements until the predicate returns true.

    Drops all elements until the predicate returns true.

    Definition Classes
    Chunk
  67. def dropUntilZIO[R, E](p: (Char) => ZIO[R, E, Boolean])(implicit trace: Trace): ZIO[R, E, Chunk[Char]]

    Drops all elements until the effectful predicate returns true.

    Drops all elements until the effectful predicate returns true.

    Definition Classes
    Chunk
  68. def dropWhile(f: (Char) => Boolean): Chunk[Char]

    Drops all elements so long as the predicate returns true.

    Drops all elements so long as the predicate returns true.

    Definition Classes
    Arr → Chunk → IterableOps → IterableOnceOps
  69. def dropWhileZIO[R, E](p: (Char) => ZIO[R, E, Boolean])(implicit trace: Trace): ZIO[R, E, Chunk[Char]]

    Drops all elements so long as the effectful predicate returns true.

    Drops all elements so long as the effectful predicate returns true.

    Definition Classes
    Chunk
  70. def elementWise: ElementWiseExtractor[Int, Char]
    Definition Classes
    PartialFunction
  71. def empty: Chunk[Char]
    Definition Classes
    IterableFactoryDefaults → IterableOps
  72. def endsWith[B >: Char](that: Iterable[B]): Boolean
    Definition Classes
    SeqOps
  73. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  74. final def equals(that: Any): Boolean
    Definition Classes
    Chunk → Seq → Equals → AnyRef → Any
  75. final def exists(f: (Char) => Boolean): Boolean

    Determines whether a predicate is satisfied for at least one element of this chunk.

    Determines whether a predicate is satisfied for at least one element of this chunk.

    Definition Classes
    Chunk → IterableOnceOps
  76. def filter(f: (Char) => Boolean): Chunk[Char]

    Returns a filtered subset of this chunk.

    Returns a filtered subset of this chunk.

    Definition Classes
    Arr → Chunk → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  77. def filterImpl(pred: (Char) => Boolean, isFlipped: Boolean): Chunk[Char]
    Attributes
    protected[collection]
    Definition Classes
    StrictOptimizedIterableOps
  78. def filterNot(pred: (Char) => Boolean): Chunk[Char]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  79. final def filterZIO[R, E](f: (Char) => ZIO[R, E, Boolean])(implicit trace: Trace): ZIO[R, E, Chunk[Char]]

    Filters this chunk by the specified effectful predicate, retaining all elements for which the predicate evaluates to true.

    Filters this chunk by the specified effectful predicate, retaining all elements for which the predicate evaluates to true.

    Definition Classes
    Chunk
  80. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  81. final def find(f: (Char) => Boolean): Option[Char]

    Returns the first element that satisfies the predicate.

    Returns the first element that satisfies the predicate.

    Definition Classes
    Chunk → IterableOnceOps
  82. def findLast(p: (Char) => Boolean): Option[Char]
    Definition Classes
    SeqOps
  83. final def findZIO[R, E](f: (Char) => ZIO[R, E, Boolean])(implicit trace: Trace): ZIO[R, E, Option[Char]]

    Returns the first element that satisfies the effectful predicate.

    Returns the first element that satisfies the effectful predicate.

    Definition Classes
    Chunk
  84. final def flatMap[B](f: (Char) => IterableOnce[B]): Chunk[B]

    Returns the concatenation of mapping every element into a new chunk using the specified function.

    Returns the concatenation of mapping every element into a new chunk using the specified function.

    Definition Classes
    ChunkLike → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  85. def flatten[B](implicit ev: (Char) => IterableOnce[B]): Chunk[B]

    Flattens a chunk of chunks into a single chunk by concatenating all chunks.

    Flattens a chunk of chunks into a single chunk by concatenating all chunks.

    Definition Classes
    ChunkLike → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  86. def float(index: Int)(implicit ev: <:<[Char, Float]): Float

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  87. def fold[A1 >: Char](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  88. def foldLeft[S](s0: S)(f: (S, Char) => S): S

    Folds over the elements in this chunk from the left.

    Folds over the elements in this chunk from the left.

    Definition Classes
    Arr → Chunk → IterableOnceOps
  89. def foldRight[S](s0: S)(f: (Char, S) => S): S

    Folds over the elements in this chunk from the right.

    Folds over the elements in this chunk from the right.

    Definition Classes
    Arr → Chunk → IndexedSeqOps → IterableOnceOps
  90. final def foldWhile[S](s0: S)(pred: (S) => Boolean)(f: (S, Char) => S): S

    Folds over the elements in this chunk from the left.

    Folds over the elements in this chunk from the left. Stops the fold early when the condition is not fulfilled.

    Definition Classes
    Chunk
  91. final def foldWhileZIO[R, E, S](z: S)(pred: (S) => Boolean)(f: (S, Char) => ZIO[R, E, S])(implicit trace: Trace): ZIO[R, E, S]
    Definition Classes
    Chunk
  92. final def foldZIO[R, E, S](s: S)(f: (S, Char) => ZIO[R, E, S])(implicit trace: Trace): ZIO[R, E, S]

    Effectfully folds over the elements in this chunk from the left.

    Effectfully folds over the elements in this chunk from the left.

    Definition Classes
    Chunk
  93. final def forall(f: (Char) => Boolean): Boolean

    Determines whether a predicate is satisfied for all elements of this chunk.

    Determines whether a predicate is satisfied for all elements of this chunk.

    Definition Classes
    Chunk → IterableOnceOps
  94. def foreach[B](f: (Char) => B): Unit
    Definition Classes
    Arr → IterableOnceOps
  95. def fromSpecific(coll: IterableOnce[Char]): Chunk[Char]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  96. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  97. def groupBy[K](f: (Char) => K): Map[K, Chunk[Char]]
    Definition Classes
    IterableOps
  98. def groupMap[K, B](key: (Char) => K)(f: (Char) => B): Map[K, Chunk[B]]
    Definition Classes
    IterableOps
  99. def groupMapReduce[K, B](key: (Char) => K)(f: (Char) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  100. def grouped(size: Int): Iterator[Chunk[Char]]
    Definition Classes
    IterableOps
  101. def hasNextAt(index: Int): Boolean

    Checks if the chunk iterator has another element.

    Checks if the chunk iterator has another element.

    Definition Classes
    CharArrayChunkIterator
  102. final def hashCode(): Int
    Definition Classes
    Chunk → Seq → AnyRef → Any
  103. def head: Char

    Returns the first element of this chunk.

    Returns the first element of this chunk. Note that this method is partial in that it will throw an exception if the chunk is empty. Consider using headOption to explicitly handle the possibility that the chunk is empty or iterating over the elements of the chunk in lower level, performance sensitive code unless you really only need the first element of the chunk.

    Definition Classes
    Chunk → IndexedSeqOps → IterableOps
  104. final def headOption: Option[Char]

    Returns the first element of this chunk if it exists.

    Returns the first element of this chunk if it exists.

    Definition Classes
    Chunk → IndexedSeqOps → IterableOps
  105. def indexOf[B >: Char](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  106. def indexOf[B >: Char](elem: B, from: Int): Int
    Definition Classes
    SeqOps
  107. def indexOfSlice[B >: Char](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  108. def indexOfSlice[B >: Char](that: Seq[B], from: Int): Int
    Definition Classes
    SeqOps
  109. final def indexWhere(f: (Char) => Boolean, from: Int): Int

    Returns the first index for which the given predicate is satisfied after or at some given index.

    Returns the first index for which the given predicate is satisfied after or at some given index.

    Definition Classes
    Chunk → SeqOps
  110. def indexWhere(p: (Char) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  111. def indices: Range
    Definition Classes
    SeqOps
  112. def init: Chunk[Char]
    Definition Classes
    IterableOps
  113. def inits: Iterator[Chunk[Char]]
    Definition Classes
    IterableOps
  114. def int(index: Int)(implicit ev: <:<[Char, Int]): Int

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  115. def intersect[B >: Char](that: Seq[B]): Chunk[Char]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  116. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  117. final def isEmpty: Boolean

    Determines if the chunk is empty.

    Determines if the chunk is empty.

    Definition Classes
    Chunk → SeqOps → IterableOnceOps
  118. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  119. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  120. val iterableFactory: SeqFactory[Chunk]

    Returns a SeqFactory that can construct Chunk values.

    Returns a SeqFactory that can construct Chunk values. The SeqFactory exposes a newBuilder method that is not referentially transparent because it allocates mutable state.

    Definition Classes
    ChunkLike → IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  121. def iterator: Iterator[Char]
    Definition Classes
    Arr → IndexedSeqOps → IterableOnce
  122. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  123. def last: Char
    Definition Classes
    IndexedSeqOps → IterableOps
  124. def lastIndexOf[B >: Char](elem: B, end: Int): Int
    Definition Classes
    SeqOps
  125. def lastIndexOfSlice[B >: Char](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  126. def lastIndexOfSlice[B >: Char](that: Seq[B], end: Int): Int
    Definition Classes
    SeqOps
  127. def lastIndexWhere(p: (Char) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  128. def lastIndexWhere(p: (Char) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  129. final def lastOption: Option[Char]

    Returns the last element of this chunk if it exists.

    Returns the last element of this chunk if it exists.

    Definition Classes
    Chunk → IterableOps
  130. def lazyZip[B](that: Iterable[B]): LazyZip2[Char, B, CharArray.this.type]
    Definition Classes
    Iterable
  131. def left: Chunk[Char]
    Attributes
    protected
    Definition Classes
    Chunk
  132. val length: Int

    The length of the iterator.

    The length of the iterator.

    Definition Classes
    CharArrayChunkIterator → SeqOps
  133. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  134. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  135. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  136. def lift: (Int) => Option[Char]
    Definition Classes
    PartialFunction
  137. def long(index: Int)(implicit ev: <:<[Char, Long]): Long

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  138. final def map[B](f: (Char) => B): Chunk[B]

    Returns a chunk with the elements mapped by the specified function.

    Returns a chunk with the elements mapped by the specified function.

    Definition Classes
    ChunkLike → StrictOptimizedIterableOps → IndexedSeqOps → IterableOps → IterableOnceOps
  139. final def mapAccum[S1, B](s1: S1)(f1: (S1, Char) => (S1, B)): (S1, Chunk[B])

    Statefully maps over the chunk, producing new elements of type B.

    Statefully maps over the chunk, producing new elements of type B.

    Definition Classes
    Chunk
  140. final def mapAccumZIO[R, E, S1, B](s1: S1)(f1: (S1, Char) => ZIO[R, E, (S1, B)])(implicit trace: Trace): ZIO[R, E, (S1, Chunk[B])]

    Statefully and effectfully maps over the elements of this chunk to produce new elements.

    Statefully and effectfully maps over the elements of this chunk to produce new elements.

    Definition Classes
    Chunk
  141. def mapChunk[B](f: (Char) => B): Chunk[B]

    Returns a chunk with the elements mapped by the specified function.

    Returns a chunk with the elements mapped by the specified function.

    Attributes
    protected
    Definition Classes
    Arr → Chunk
  142. final def mapZIO[R, E, B](f: (Char) => ZIO[R, E, B])(implicit trace: Trace): ZIO[R, E, Chunk[B]]

    Effectfully maps the elements of this chunk.

    Effectfully maps the elements of this chunk.

    Definition Classes
    Chunk
  143. final def mapZIODiscard[R, E](f: (Char) => ZIO[R, E, Any])(implicit trace: Trace): ZIO[R, E, Unit]

    Effectfully maps the elements of this chunk purely for the effects.

    Effectfully maps the elements of this chunk purely for the effects.

    Definition Classes
    Chunk
  144. final def mapZIOPar[R, E, B](f: (Char) => ZIO[R, E, B])(implicit trace: Trace): ZIO[R, E, Chunk[B]]

    Effectfully maps the elements of this chunk in parallel.

    Effectfully maps the elements of this chunk in parallel.

    Definition Classes
    Chunk
  145. final def mapZIOParDiscard[R, E](f: (Char) => ZIO[R, E, Any])(implicit trace: Trace): ZIO[R, E, Unit]

    Effectfully maps the elements of this chunk in parallel purely for the effects.

    Effectfully maps the elements of this chunk in parallel purely for the effects.

    Definition Classes
    Chunk
  146. def materialize[A1 >: Char]: Chunk[A1]

    Materializes a chunk into a chunk backed by an array.

    Materializes a chunk into a chunk backed by an array. This method can improve the performance of bulk operations.

    Definition Classes
    Arr → Chunk
  147. def max[B >: Char](implicit ord: Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  148. def maxBy[B](f: (Char) => B)(implicit cmp: Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  149. def maxByOption[B](f: (Char) => B)(implicit cmp: Ordering[B]): Option[Char]
    Definition Classes
    IterableOnceOps
  150. def maxOption[B >: Char](implicit ord: Ordering[B]): Option[Char]
    Definition Classes
    IterableOnceOps
  151. def min[B >: Char](implicit ord: Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  152. def minBy[B](f: (Char) => B)(implicit cmp: Ordering[B]): Char
    Definition Classes
    IterableOnceOps
  153. def minByOption[B](f: (Char) => B)(implicit cmp: Ordering[B]): Option[Char]
    Definition Classes
    IterableOnceOps
  154. def minOption[B >: Char](implicit ord: Ordering[B]): Option[Char]
    Definition Classes
    IterableOnceOps
  155. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  156. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  157. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  158. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  159. def negate(implicit ev: <:<[Char, Boolean]): BitChunkByte

    Returns the bitwise NOT of this chunk.

    Returns the bitwise NOT of this chunk.

    Definition Classes
    Chunk
  160. def newSpecificBuilder: Builder[Char, Chunk[Char]]
    Attributes
    protected
    Definition Classes
    IterableFactoryDefaults → IterableOps
  161. def nextAt(index: Int): Char

    Gets the next element from the chunk iterator.

    Gets the next element from the chunk iterator.

    Definition Classes
    CharArrayChunkIterator
  162. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  163. def nonEmptyOrElse[B](ifEmpty: => B)(fn: (NonEmptyChunk[Char]) => B): B

    Runs fn if a chunk is not empty or returns default value

    Runs fn if a chunk is not empty or returns default value

    Definition Classes
    Chunk
  164. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  165. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  166. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  167. val offset: Int
  168. def orElse[A1 <: Int, B1 >: Char](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  169. def padTo[B >: Char](len: Int, elem: B): Chunk[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  170. def partition(p: (Char) => Boolean): (Chunk[Char], Chunk[Char])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  171. final def partitionMap[B, C](f: (Char) => Either[B, C]): (Chunk[B], Chunk[C])

    Partitions the elements of this chunk into two chunks using the specified function.

    Partitions the elements of this chunk into two chunks using the specified function.

    Definition Classes
    Chunk → StrictOptimizedIterableOps → IterableOps
  172. def patch[B >: Char](from: Int, other: IterableOnce[B], replaced: Int): Chunk[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  173. def permutations: Iterator[Chunk[Char]]
    Definition Classes
    SeqOps
  174. def prepend[A1 >: Char](a1: A1): Chunk[A1]

    Prepends an element to the chunk.

    Prepends an element to the chunk.

    Attributes
    protected
    Definition Classes
    Chunk
  175. final def prepended[A1 >: Char](a1: A1): Chunk[A1]
    Definition Classes
    ChunkLike → StrictOptimizedSeqOps → IndexedSeqOps → SeqOps
  176. def prependedAll[B >: Char](prefix: IterableOnce[B]): Chunk[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  177. def product[B >: Char](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  178. def productElementNames: Iterator[String]
    Definition Classes
    Product
  179. def reduce[B >: Char](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  180. def reduceLeft[B >: Char](op: (B, Char) => B): B
    Definition Classes
    IterableOnceOps
  181. def reduceLeftOption[B >: Char](op: (B, Char) => B): Option[B]
    Definition Classes
    IterableOnceOps
  182. def reduceOption[B >: Char](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  183. def reduceRight[B >: Char](op: (Char, B) => B): B
    Definition Classes
    IterableOnceOps
  184. def reduceRightOption[B >: Char](op: (Char, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  185. def reverse: Chunk[Char]
    Definition Classes
    IndexedSeqOps → SeqOps
  186. def reverseIterator: Iterator[Char]
    Definition Classes
    IndexedSeqOps → SeqOps
  187. def reversed: Iterable[Char]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  188. def right: Chunk[Char]
    Attributes
    protected
    Definition Classes
    Chunk
  189. def runWith[U](action: (Char) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  190. def sameElements[B >: Char](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  191. def scan[B >: Char](z: B)(op: (B, B) => B): Chunk[B]
    Definition Classes
    IterableOps
  192. def scanLeft[B](z: B)(op: (B, Char) => B): Chunk[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  193. def scanRight[B](z: B)(op: (Char, B) => B): Chunk[B]
    Definition Classes
    IterableOps
  194. def search[B >: Char](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  195. def search[B >: Char](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  196. def segmentLength(p: (Char) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  197. final def segmentLength(p: (Char) => Boolean): Int
    Definition Classes
    SeqOps
  198. def short(index: Int)(implicit ev: <:<[Char, Short]): Short

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  199. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  200. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  201. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  202. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  203. def slice(from: Int, until: Int): Chunk[Char]
    Definition Classes
    IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  204. def sliceIterator(offset: Int, length: Int): ChunkIterator[Char]

    Returns a new iterator that is a slice of this iterator.

    Returns a new iterator that is a slice of this iterator.

    Definition Classes
    CharArrayChunkIterator
  205. def sliding(size: Int, step: Int): Iterator[Chunk[Char]]
    Definition Classes
    IterableOps
  206. def sliding(size: Int): Iterator[Chunk[Char]]
    Definition Classes
    IterableOps
  207. def sortBy[B](f: (Char) => B)(implicit ord: Ordering[B]): Chunk[Char]
    Definition Classes
    SeqOps
  208. def sortWith(lt: (Char, Char) => Boolean): Chunk[Char]
    Definition Classes
    SeqOps
  209. def sorted[B >: Char](implicit ord: Ordering[B]): Chunk[Char]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  210. def span(p: (Char) => Boolean): (Chunk[Char], Chunk[Char])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  211. final def split(n: Int): Chunk[Chunk[Char]]

    Splits this chunk into n equally sized chunks.

    Splits this chunk into n equally sized chunks.

    Definition Classes
    Chunk
  212. final def splitAt(n: Int): (Chunk[Char], Chunk[Char])

    Returns two splits of this chunk at the specified index.

    Returns two splits of this chunk at the specified index.

    Definition Classes
    Chunk → IterableOps → IterableOnceOps
  213. final def splitWhere(f: (Char) => Boolean): (Chunk[Char], Chunk[Char])

    Splits this chunk on the first element that matches this predicate.

    Splits this chunk on the first element that matches this predicate.

    Definition Classes
    Chunk
  214. def startsWith[B >: Char](that: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    SeqOps
  215. def stepper[S <: Stepper[_]](implicit shape: StepperShape[Char, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  216. final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[Char, B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  217. final def strictOptimizedConcat[B >: Char, C2](that: IterableOnce[B], b: Builder[B, C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  218. final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: (Char) => IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  219. final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: (Char) => IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  220. final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: (Char) => B): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  221. final def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[(Char, B), C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  222. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  223. def sum[B >: Char](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  224. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  225. def tail: Chunk[Char]
    Definition Classes
    IterableOps
  226. def tails: Iterator[Chunk[Char]]
    Definition Classes
    IterableOps
  227. def take(n: Int): Chunk[Char]

    Takes the first n elements of the chunk.

    Takes the first n elements of the chunk.

    Definition Classes
    Chunk → IndexedSeqOps → IterableOps → IterableOnceOps
  228. def takeRight(n: Int): Chunk[Char]

    Takes the last n elements of the chunk.

    Takes the last n elements of the chunk.

    Definition Classes
    Chunk → StrictOptimizedIterableOps → IndexedSeqOps → IterableOps
  229. def takeWhile(f: (Char) => Boolean): Chunk[Char]

    Takes all elements so long as the predicate returns true.

    Takes all elements so long as the predicate returns true.

    Definition Classes
    Arr → Chunk → IterableOps → IterableOnceOps
  230. def takeWhileZIO[R, E](p: (Char) => ZIO[R, E, Boolean])(implicit trace: Trace): ZIO[R, E, Chunk[Char]]

    Takes all elements so long as the effectual predicate returns true.

    Takes all elements so long as the effectual predicate returns true.

    Definition Classes
    Chunk
  231. def tapEach[U](f: (Char) => U): Chunk[Char]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  232. def to[C1](factory: Factory[Char, C1]): C1
    Definition Classes
    IterableOnceOps
  233. def toArray[A1 >: Char](n: Int, dest: Array[A1]): Unit
    Attributes
    protected[zio]
    Definition Classes
    Arr → Chunk
  234. def toArray[A1 >: Char](implicit arg0: ClassTag[A1]): Array[A1]

    Converts the chunk into an array.

    Converts the chunk into an array.

    Definition Classes
    Chunk → IterableOnceOps
  235. final def toBinaryString(implicit ev: <:<[Char, Boolean]): String

    Renders this chunk of bits as a binary string.

    Renders this chunk of bits as a binary string.

    Definition Classes
    Chunk
  236. final def toBuffer[B >: Char]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  237. final def toIndexedSeq: IndexedSeq[Char]
    Definition Classes
    IndexedSeq → IterableOnceOps
  238. final def toList: List[Char]
    Definition Classes
    Chunk → IterableOnceOps
  239. def toMap[K, V](implicit ev: <:<[Char, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  240. def toPackedByte(implicit ev: <:<[Char, Boolean]): Chunk[Byte]
    Definition Classes
    Chunk
  241. def toPackedInt(endianness: Endianness)(implicit ev: <:<[Char, Boolean]): Chunk[Int]
    Definition Classes
    Chunk
  242. def toPackedLong(endianness: Endianness)(implicit ev: <:<[Char, Boolean]): Chunk[Long]
    Definition Classes
    Chunk
  243. final def toSeq: CharArray.this.type
    Definition Classes
    Seq → IterableOnceOps
  244. def toSet[B >: Char]: Set[B]
    Definition Classes
    IterableOnceOps
  245. final def toString(): String
    Definition Classes
    Chunk → Seq → Function1 → Iterable → AnyRef → Any
  246. final def toVector: Vector[Char]
    Definition Classes
    Chunk → IterableOnceOps
  247. def transpose[B](implicit asIterable: (Char) => Iterable[B]): Chunk[Chunk[B]]
    Definition Classes
    IterableOps
  248. def unapply(a: Int): Option[Char]
    Definition Classes
    PartialFunction
  249. def unzip[A1, A2](implicit asPair: (Char) => (A1, A2)): (Chunk[A1], Chunk[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  250. def unzip3[A1, A2, A3](implicit asTriple: (Char) => (A1, A2, A3)): (Chunk[A1], Chunk[A2], Chunk[A3])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  251. def update[A1 >: Char](index: Int, a1: A1): Chunk[A1]

    Updates an element at the specified index of the chunk.

    Updates an element at the specified index of the chunk.

    Attributes
    protected
    Definition Classes
    Chunk
  252. final def updated[A1 >: Char](index: Int, elem: A1): Chunk[A1]
    Definition Classes
    ChunkLike → StrictOptimizedSeqOps → SeqOps
  253. def view: IndexedSeqView[Char]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  254. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  255. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  256. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  257. def withFilter(p: (Char) => Boolean): WithFilter[Char, [_]Chunk[_]]
    Definition Classes
    IterableOps
  258. final def zip[B](that: Chunk[B])(implicit zippable: Zippable[Char, B]): Chunk[Out]

    Zips this chunk with the specified chunk to produce a new chunk with pairs of elements from each chunk.

    Zips this chunk with the specified chunk to produce a new chunk with pairs of elements from each chunk. The returned chunk will have the length of the shorter chunk.

    Definition Classes
    Chunk
  259. def zip[B](that: IterableOnce[B]): Chunk[(Char, B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  260. final def zipAll[B](that: Chunk[B]): Chunk[(Option[Char], Option[B])]

    Zips this chunk with the specified chunk to produce a new chunk with pairs of elements from each chunk, filling in missing values from the shorter chunk with None.

    Zips this chunk with the specified chunk to produce a new chunk with pairs of elements from each chunk, filling in missing values from the shorter chunk with None. The returned chunk will have the length of the longer chunk.

    Definition Classes
    Chunk
  261. def zipAll[A1 >: Char, B](that: Iterable[B], thisElem: A1, thatElem: B): Chunk[(A1, B)]
    Definition Classes
    IterableOps
  262. final def zipAllWith[B, C](that: Chunk[B])(left: (Char) => C, right: (B) => C)(both: (Char, B) => C): Chunk[C]

    Zips with chunk with the specified chunk to produce a new chunk with pairs of elements from each chunk combined using the specified function both.

    Zips with chunk with the specified chunk to produce a new chunk with pairs of elements from each chunk combined using the specified function both. If one chunk is shorter than the other uses the specified function left or right to map the element that does exist to the result type.

    Definition Classes
    Chunk
  263. final def zipWith[B, C](that: Chunk[B])(f: (Char, B) => C): Chunk[C]

    Zips this chunk with the specified chunk using the specified combiner.

    Zips this chunk with the specified chunk using the specified combiner.

    Definition Classes
    Chunk
  264. final def zipWithIndex: Chunk[(Char, Int)]

    Zips this chunk with the index of every element.

    Zips this chunk with the index of every element.

    Definition Classes
    ChunkLike → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  265. final def zipWithIndexFrom(indexOffset: Int): Chunk[(Char, Int)]

    Zips this chunk with the index of every element, starting from the initial index value.

    Zips this chunk with the index of every element, starting from the initial index value.

    Definition Classes
    Chunk
  266. def |(that: Chunk[Boolean])(implicit ev: <:<[Char, Boolean]): BitChunkByte

    Returns the bitwise OR of this chunk and the specified chunk.

    Returns the bitwise OR of this chunk and the specified chunk.

    Definition Classes
    Chunk

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[[_]Chunk[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @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: Chunk[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): Chunk[B]
    Definition Classes
    SeqOps
    Annotations
    @deprecated
    Deprecated

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

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

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

  11. final def toIterable: CharArray.this.type
    Definition Classes
    Iterable → IterableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.7) toIterable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

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

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

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

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

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

    (Since version 2.13.0) toTraversable is internal and will be made protected; its name is similar to toList or toSeq, but it doesn't copy non-immutable collections

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

    (Since version 2.13.0) Use concat instead

  16. 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 Product

Inherited from ChunkIterator[Char]

Inherited from Arr[Char]

Inherited from Chunk[Char]

Inherited from Serializable

Inherited from ChunkLike[Char]

Inherited from IndexedSeq[Char]

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

Inherited from IndexedSeq[Char]

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

Inherited from Seq[Char]

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

Inherited from Seq[Char]

Inherited from Equals

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

Inherited from PartialFunction[Int, Char]

Inherited from (Int) => Char

Inherited from Iterable[Char]

Inherited from Iterable[Char]

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

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

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

Inherited from IterableOnce[Char]

Inherited from AnyRef

Inherited from Any

Ungrouped