Packages

final class ByteString1C extends CompactByteString

A compact (unsliced) and unfragmented ByteString, implementation of ByteString1C.

Annotations
@SerialVersionUID()
Source
ByteString.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteString1C
  2. CompactByteString
  3. Serializable
  4. ByteString
  5. StrictOptimizedSeqOps
  6. StrictOptimizedSeqOps
  7. StrictOptimizedIterableOps
  8. IndexedSeq
  9. IndexedSeqOps
  10. IndexedSeq
  11. IndexedSeqOps
  12. Seq
  13. SeqOps
  14. Seq
  15. Equals
  16. SeqOps
  17. PartialFunction
  18. Function1
  19. Iterable
  20. Iterable
  21. IterableFactoryDefaults
  22. IterableOps
  23. IterableOnceOps
  24. IterableOnce
  25. AnyRef
  26. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ByteString1C toany2stringadd[ByteString1C] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++(that: ByteString): ByteString

    Efficiently concatenate another ByteString.

    Efficiently concatenate another ByteString.

    Definition Classes
    ByteString1CByteString
  5. final def ++[B >: Byte](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    IterableOps
    Annotations
    @inline()
  6. final def ++:[B >: Byte](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  7. final def +:[B >: Byte](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  8. def ->[B](y: B): (ByteString1C, B)
    Implicit
    This member is added by an implicit conversion from ByteString1C toArrowAssoc[ByteString1C] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. final def :+[B >: Byte](elem: B): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  10. final def :++[B >: Byte](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps
    Annotations
    @inline()
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def addString(b: StringBuilder): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  13. final def addString(b: StringBuilder, sep: String): b.type
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  14. def addString(b: StringBuilder, start: String, sep: String, end: String): b.type
    Definition Classes
    IterableOnceOps
  15. def andThen[C](k: PartialFunction[Byte, C]): PartialFunction[Int, C]
    Definition Classes
    PartialFunction
  16. def andThen[C](k: (Byte) => C): PartialFunction[Int, C]
    Definition Classes
    PartialFunction → Function1
  17. def appended[B >: Byte](elem: B): IndexedSeq[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  18. def appendedAll[B >: Byte](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  19. def apply(idx: Int): Byte
    Definition Classes
    ByteString1CByteString → SeqOps → Function1
  20. def applyOrElse[A1 <: Int, B1 >: Byte](x: A1, default: (A1) => B1): B1
    Definition Classes
    PartialFunction
  21. def applyPreferredMaxLength: Int
    Attributes
    protected
    Definition Classes
    IndexedSeq
  22. def asByteBuffer: ByteBuffer

    Returns a read-only ByteBuffer that directly wraps this ByteString if it is not fragmented.

    Returns a read-only ByteBuffer that directly wraps this ByteString if it is not fragmented.

    Definition Classes
    ByteString1CByteString
  23. def asByteBuffers: Iterable[ByteBuffer]

    Scala API: Returns an immutable Iterable of read-only ByteBuffers that directly wraps this ByteStrings all fragments.

    Scala API: Returns an immutable Iterable of read-only ByteBuffers that directly wraps this ByteStrings all fragments. Will always have at least one entry.

    Definition Classes
    ByteString1CByteString
  24. def asInputStream: InputStream

    Return the bytes in this ByteString as an InputStream.

    Return the bytes in this ByteString as an InputStream.

    returns

    the bytes in this ByteString accessible as an InputStream

    Definition Classes
    ByteString1CByteString
    Since

    1.1.0

    See also

    asByteBuffer

  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def canEqual(that: Any): Boolean
    Definition Classes
    IndexedSeq → Seq → Equals
  27. final def checkReadBounds(offset: Int, size: Int): Unit
    Attributes
    protected
    Definition Classes
    ByteString
  28. final def className: String
    Definition Classes
    ByteString → Iterable
  29. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  30. final def coll: ByteString1C.this.type
    Attributes
    protected
    Definition Classes
    Iterable → IterableOps
  31. def collect[B](pf: PartialFunction[Byte, B]): IndexedSeq[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  32. def collectFirst[B](pf: PartialFunction[Byte, B]): Option[B]
    Definition Classes
    IterableOnceOps
  33. def combinations(n: Int): Iterator[ByteString]
    Definition Classes
    SeqOps
  34. def compact: ByteString1C.this.type

    Create a new ByteString with all contents compacted into a single, full byte array.

    Create a new ByteString with all contents compacted into a single, full byte array. If isCompact returns true, compact is an O(1) operation, but might return a different object with an optimized implementation.

    Definition Classes
    CompactByteStringByteString
  35. def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Byte]
    Definition Classes
    PartialFunction
  36. def compose[A](g: (A) => Int): (A) => Byte
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  37. def concat(that: ByteString): ByteString

    Java API: efficiently concatenate another ByteString.

    Java API: efficiently concatenate another ByteString.

    Definition Classes
    ByteString
  38. final def concat[B >: Byte](suffix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    SeqOps → IterableOps
    Annotations
    @inline()
  39. def contains(elem: Byte): Boolean

    Checks if this ByteString contains a specific byte.

    Checks if this ByteString contains a specific byte. Similar to Seq's contains function, but it avoids boxing if the value is already a byte.

    Definition Classes
    ByteString
    Since

    2.0.0

  40. def contains[B >: Byte](elem: B): Boolean
    Definition Classes
    ByteString → SeqOps
  41. def containsSlice[B >: Byte](that: Seq[B]): Boolean
    Definition Classes
    SeqOps
  42. def copyToArray[B >: Byte](dest: Array[B], start: Int, len: Int): Int
    Definition Classes
    ByteString1CByteString → IterableOnceOps
  43. final def copyToArray[B >: Byte](xs: Array[B], start: Int): Int
    Definition Classes
    ByteString → IterableOnceOps
    Annotations
    @nowarn()
  44. def copyToArray[B >: Byte](dest: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  45. def copyToBuffer(buffer: ByteBuffer, offset: Int): Int

    Copy as many bytes as possible to a ByteBuffer, starting from a given offset within this ByteString and the buffer's current position.

    Copy as many bytes as possible to a ByteBuffer, starting from a given offset within this ByteString and the buffer's current position. This method will not overflow the buffer.

    buffer

    a ByteBuffer to copy bytes to

    offset

    the offset within this ByteString to start copying from

    returns

    the number of bytes actually copied

    Definition Classes
    ByteString1CByteString
    Since

    2.0.0

  46. def copyToBuffer(buffer: ByteBuffer): Int

    Copy as many bytes as possible to a ByteBuffer, starting from it's current position.

    Copy as many bytes as possible to a ByteBuffer, starting from it's current position. This method will not overflow the buffer.

    buffer

    a ByteBuffer to copy bytes to

    returns

    the number of bytes actually copied

    Definition Classes
    ByteString1CByteString
  47. def corresponds[B](that: Seq[B])(p: (Byte, B) => Boolean): Boolean
    Definition Classes
    SeqOps
  48. def corresponds[B](that: IterableOnce[B])(p: (Byte, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  49. def count(p: (Byte) => Boolean): Int
    Definition Classes
    IterableOnceOps
  50. def decodeBase64: ByteString

    Returns a ByteString which is the binary representation of this ByteString if this ByteString is Base64-encoded.

    Returns a ByteString which is the binary representation of this ByteString if this ByteString is Base64-encoded.

    Definition Classes
    ByteString1CByteString
  51. def decodeString(charset: Charset): String

    Decodes this ByteString using a charset to produce a String.

    Decodes this ByteString using a charset to produce a String. Avoids Charset.forName lookup in String internals, thus is preferable to decodeString(charset: String).

    Definition Classes
    ByteString1CByteString
  52. def decodeString(charset: String): String

    Decodes this ByteString using a charset to produce a String.

    Decodes this ByteString using a charset to produce a String. If you have a Charset instance available, use decodeString(charset: java.nio.charset.Charset instead.

    Definition Classes
    ByteString1CByteString
  53. def diff[B >: Byte](that: Seq[B]): ByteString
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  54. def distinct: ByteString
    Definition Classes
    SeqOps
  55. def distinctBy[B](f: (Byte) => B): ByteString
    Definition Classes
    StrictOptimizedSeqOps → StrictOptimizedSeqOps → SeqOps
  56. def drop(n: Int): ByteString
    Definition Classes
    ByteString1CByteString → IndexedSeqOps → IterableOps → IterableOnceOps
  57. def dropRight(n: Int): ByteString
    Definition Classes
    ByteString1CByteString → StrictOptimizedIterableOps → IndexedSeqOps → IterableOps
  58. def dropWhile(p: (Byte) => Boolean): ByteString
    Definition Classes
    ByteString → IterableOps → IterableOnceOps
  59. def elementWise: ElementWiseExtractor[Int, Byte]
    Definition Classes
    PartialFunction
  60. def empty: ByteString
    Definition Classes
    ByteString → IterableFactoryDefaults → IterableOps
  61. def encodeBase64: ByteString

    Returns a ByteString which is the Base64 representation of this ByteString

    Returns a ByteString which is the Base64 representation of this ByteString

    Definition Classes
    ByteString1CByteString
  62. def endsWith(bytes: Array[Byte]): Boolean

    Tests whether this ByteString ends with the given bytes.

    Tests whether this ByteString ends with the given bytes.

    bytes

    the slice to test

    returns

    true if this ByteString ends with the given bytes

    Definition Classes
    ByteString1CByteString
    Since

    2.0.0

  63. def endsWith[B >: Byte](iterable: Iterable[B]): Boolean
    Definition Classes
    ByteString → SeqOps
  64. def ensuring(cond: (ByteString1C) => Boolean, msg: => Any): ByteString1C
    Implicit
    This member is added by an implicit conversion from ByteString1C toEnsuring[ByteString1C] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  65. def ensuring(cond: (ByteString1C) => Boolean): ByteString1C
    Implicit
    This member is added by an implicit conversion from ByteString1C toEnsuring[ByteString1C] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  66. def ensuring(cond: Boolean, msg: => Any): ByteString1C
    Implicit
    This member is added by an implicit conversion from ByteString1C toEnsuring[ByteString1C] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  67. def ensuring(cond: Boolean): ByteString1C
    Implicit
    This member is added by an implicit conversion from ByteString1C toEnsuring[ByteString1C] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  68. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. def equals(o: Any): Boolean
    Definition Classes
    Seq → Equals → AnyRef → Any
  70. def exists(p: (Byte) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  71. def filter(pred: (Byte) => Boolean): ByteString
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  72. def filterImpl(pred: (Byte) => Boolean, isFlipped: Boolean): ByteString
    Attributes
    protected[collection]
    Definition Classes
    StrictOptimizedIterableOps
  73. def filterNot(pred: (Byte) => Boolean): ByteString
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  74. def find(p: (Byte) => Boolean): Option[Byte]
    Definition Classes
    IterableOnceOps
  75. def findLast(p: (Byte) => Boolean): Option[Byte]
    Definition Classes
    SeqOps
  76. def flatMap[B](f: (Byte) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  77. def flatten[B](implicit toIterableOnce: (Byte) => IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  78. def fold[A1 >: Byte](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  79. def foldLeft[B](z: B)(op: (B, Byte) => B): B
    Definition Classes
    IterableOnceOps
  80. def foldRight[B](z: B)(op: (Byte, B) => B): B
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  81. def forall(p: (Byte) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  82. def foreach[U](f: (Byte) => U): Unit
    Definition Classes
    ByteString1CByteString → IterableOnceOps
  83. def fromSpecific(coll: IterableOnce[Byte]): ByteString
    Attributes
    protected
    Definition Classes
    ByteString → IterableFactoryDefaults → IterableOps
  84. def getByteBuffers(): Iterable[ByteBuffer]

    Java API: Returns an Iterable of read-only ByteBuffers that directly wraps this ByteStrings all fragments.

    Java API: Returns an Iterable of read-only ByteBuffers that directly wraps this ByteStrings all fragments. Will always have at least one entry.

    Definition Classes
    ByteString
  85. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  86. def groupBy[K](f: (Byte) => K): Map[K, ByteString]
    Definition Classes
    IterableOps
  87. def groupMap[K, B](key: (Byte) => K)(f: (Byte) => B): Map[K, IndexedSeq[B]]
    Definition Classes
    IterableOps
  88. def groupMapReduce[K, B](key: (Byte) => K)(f: (Byte) => B)(reduce: (B, B) => B): Map[K, B]
    Definition Classes
    IterableOps
  89. def grouped(size: Int): Iterator[ByteString]
    Definition Classes
    ByteString → IterableOps
  90. lazy val hashCode: Int
    Definition Classes
    ByteString → Seq → AnyRef → Any
  91. def head: Byte
    Definition Classes
    ByteString → IndexedSeqOps → IterableOps
  92. def headOption: Option[Byte]
    Definition Classes
    IndexedSeqOps → IterableOps
  93. def indexOf(elem: Byte, from: Int, to: Int): Int

    Finds index of first occurrence of some byte in this ByteString after or at some start index.

    Finds index of first occurrence of some byte in this ByteString after or at some start index. This overload allows you to specify an end index (exclusive).

    elem

    the element value to search for.

    from

    the start index

    to

    the end index (exclusive)

    returns

    the index >= from and < to of the first element of this ByteString that is equal (as determined by ==) to elem, or -1, if none exists.

    Definition Classes
    ByteString1CByteString
    Since

    1.3.0

  94. def indexOf(elem: Byte, from: Int): Int

    Finds index of first occurrence of some byte in this ByteString after or at some start index.

    Finds index of first occurrence of some byte in this ByteString after or at some start index.

    Similar to Seq's indexOf, but it avoids boxing if the value is already a byte.

    elem

    the element value to search for.

    from

    the start index

    returns

    the index >= from of the first element of this ByteString that is equal (as determined by ==) to elem, or -1, if none exists.

    Definition Classes
    ByteString1CByteString
    Annotations
    @nowarn()
    Since

    1.1.0

  95. def indexOf[B >: Byte](elem: B, from: Int): Int
    Definition Classes
    ByteString1CByteString → SeqOps
  96. def indexOf(elem: Byte): Int

    Finds index of first occurrence of some byte in this ByteString.

    Finds index of first occurrence of some byte in this ByteString.

    Similar to Seq's indexOf, but it avoids boxing if the value is already a byte.

    elem

    the element value to search for.

    returns

    the index >= from of the first element of this ByteString that is equal (as determined by ==) to elem, or -1, if none exists.

    Definition Classes
    ByteString
    Since

    1.1.0

  97. def indexOf[B >: Byte](elem: B): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  98. def indexOfSlice(slice: Array[Byte]): Int

    Finds index of first occurrence of some slice in this ByteString.

    Finds index of first occurrence of some slice in this ByteString.

    slice

    the slice to search for.

    returns

    the index of the first element of this ByteString that starts a slice equal (as determined by ==) to slice, or -1, if none exists.

    Definition Classes
    ByteString
    Since

    2.0.0

  99. def indexOfSlice(slice: Array[Byte], from: Int): Int

    Finds index of first occurrence of some slice in this ByteString.

    Finds index of first occurrence of some slice in this ByteString.

    slice

    the slice to search for.

    from

    the start index

    returns

    the index greater than or equal to from of the first element of this ByteString that starts a slice equal (as determined by ==) to slice, or -1, if none exists.

    Definition Classes
    ByteString
    Since

    2.0.0

  100. def indexOfSlice[B >: Byte](slice: Seq[B], from: Int): Int
    Definition Classes
    ByteString → SeqOps
  101. def indexOfSlice[B >: Byte](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  102. def indexWhere(p: (Byte) => Boolean, from: Int): Int
    Definition Classes
    ByteString → SeqOps
  103. def indexWhere(p: (Byte) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  104. def indices: Range
    Definition Classes
    SeqOps
  105. def init: ByteString
    Definition Classes
    ByteString → IterableOps
  106. def inits: Iterator[ByteString]
    Definition Classes
    IterableOps
  107. def intersect[B >: Byte](that: Seq[B]): ByteString
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  108. def isCompact: Boolean

    Check whether this ByteString is compact in memory.

    Check whether this ByteString is compact in memory. If the ByteString is compact, it might, however, not be represented by an object that takes full advantage of that fact. Use compact to get such an object.

    Definition Classes
    CompactByteStringByteString
  109. def isDefinedAt(idx: Int): Boolean
    Definition Classes
    SeqOps
  110. def isEmpty: Boolean
    Definition Classes
    ByteString → SeqOps → IterableOnceOps
  111. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  112. def isTraversableAgain: Boolean
    Definition Classes
    IterableOps → IterableOnceOps
  113. def iterableFactory: SeqFactory[IndexedSeq]
    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → Iterable → Iterable → IterableOps
  114. def iterator: ByteArrayIterator
    Definition Classes
    ByteString1CByteString → IndexedSeqOps → IterableOnce
  115. def knownSize: Int
    Definition Classes
    IndexedSeqOps → IterableOnce
  116. def last: Byte
    Definition Classes
    ByteString → IndexedSeqOps → IterableOps
  117. def lastIndexOf(elem: Byte, end: Int): Int

    Finds index of last occurrence of some byte in this ByteString before or at some end index.

    Finds index of last occurrence of some byte in this ByteString before or at some end index.

    Similar to lastIndexOf, but it avoids boxing if the value is already a byte.

    elem

    the element value to search for.

    end

    the end index (inclusive)

    returns

    the index <= end of the last element of this ByteString that is equal (as determined by ==) to elem, or -1, if none exists.

    Definition Classes
    ByteString1CByteString
    Since

    2.0.0

  118. def lastIndexOf[B >: Byte](elem: B, end: Int): Int
    Definition Classes
    ByteString1C → SeqOps
  119. def lastIndexOf(elem: Byte): Int

    Finds index of last occurrence of some byte in this ByteString.

    Finds index of last occurrence of some byte in this ByteString.

    Similar to lastIndexOf, but it avoids boxing if the value is already a byte.

    elem

    the element value to search for.

    returns

    the index of the last element of this ByteString that is equal (as determined by ==) to elem, or -1, if none exists.

    Definition Classes
    ByteString
    Since

    2.0.0

  120. def lastIndexOfSlice(slice: Array[Byte]): Int

    Finds index of last occurrence of some slice in this ByteString.

    Finds index of last occurrence of some slice in this ByteString.

    Uses lastIndexOf on the last byte of the slice to efficiently find candidate positions, then verifies the full slice match.

    slice

    the slice to search for.

    returns

    the index of the last element of this ByteString that starts a slice equal (as determined by ==) to slice, or -1, if none exists.

    Definition Classes
    ByteString
    Since

    2.0.0

  121. def lastIndexOfSlice(slice: Array[Byte], end: Int): Int

    Finds index of last occurrence of some slice in this ByteString before or at some end index.

    Finds index of last occurrence of some slice in this ByteString before or at some end index.

    Uses lastIndexOf on the last byte of the slice to efficiently find candidate positions, then verifies the full slice match.

    slice

    the slice to search for.

    end

    the end index — the largest index at which the slice may start

    returns

    the largest index <= end of the first element of this ByteString that starts a slice equal (as determined by ==) to slice, or -1, if none exists.

    Definition Classes
    ByteString
    Since

    2.0.0

  122. def lastIndexOfSlice[B >: Byte](slice: Seq[B], end: Int): Int
    Definition Classes
    ByteString → SeqOps
  123. def lastIndexOfSlice[B >: Byte](that: Seq[B]): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  124. def lastIndexWhere(p: (Byte) => Boolean): Int
    Definition Classes
    SeqOps
    Annotations
    @deprecatedOverriding()
  125. def lastIndexWhere(p: (Byte) => Boolean, end: Int): Int
    Definition Classes
    SeqOps
  126. def lastOption: Option[Byte]
    Definition Classes
    IterableOps
  127. def lazyZip[B](that: Iterable[B]): LazyZip2[Byte, B, ByteString1C.this.type]
    Definition Classes
    Iterable
  128. def length: Int
    Definition Classes
    ByteString1C → SeqOps
  129. final def lengthCompare(that: Iterable[_]): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  130. final def lengthCompare(len: Int): Int
    Definition Classes
    IndexedSeqOps → SeqOps
  131. final def lengthIs: SizeCompareOps
    Definition Classes
    SeqOps
    Annotations
    @inline()
  132. def lift: (Int) => Option[Byte]
    Definition Classes
    PartialFunction
  133. def map[A](f: (Byte) => Byte): ByteString
    Definition Classes
    ByteString1CByteString
  134. def map[B](f: (Byte) => B): IndexedSeq[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  135. final def mapI(f: (Byte) => Int): ByteString

    map method that will automatically cast Int back into Byte.

    map method that will automatically cast Int back into Byte.

    Definition Classes
    ByteString
  136. def max[B >: Byte](implicit ord: Ordering[B]): Byte
    Definition Classes
    IterableOnceOps
  137. def maxBy[B](f: (Byte) => B)(implicit ord: Ordering[B]): Byte
    Definition Classes
    IterableOnceOps
  138. def maxByOption[B](f: (Byte) => B)(implicit ord: Ordering[B]): Option[Byte]
    Definition Classes
    IterableOnceOps
  139. def maxOption[B >: Byte](implicit ord: Ordering[B]): Option[Byte]
    Definition Classes
    IterableOnceOps
  140. def min[B >: Byte](implicit ord: Ordering[B]): Byte
    Definition Classes
    IterableOnceOps
  141. def minBy[B](f: (Byte) => B)(implicit ord: Ordering[B]): Byte
    Definition Classes
    IterableOnceOps
  142. def minByOption[B](f: (Byte) => B)(implicit ord: Ordering[B]): Option[Byte]
    Definition Classes
    IterableOnceOps
  143. def minOption[B >: Byte](implicit ord: Ordering[B]): Option[Byte]
    Definition Classes
    IterableOnceOps
  144. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  145. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  146. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  147. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  148. def newSpecificBuilder: Builder[Byte, ByteString]
    Attributes
    protected
    Definition Classes
    ByteString → IterableFactoryDefaults → IterableOps
  149. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding()
  150. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  151. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  152. def occCounts[B](sq: Seq[B]): Map[B, Int]
    Attributes
    protected[collection]
    Definition Classes
    SeqOps
  153. def orElse[A1 <: Int, B1 >: Byte](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
    Definition Classes
    PartialFunction
  154. def padTo[B >: Byte](len: Int, elem: B): IndexedSeq[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  155. def partition(p: (Byte) => Boolean): (ByteString, ByteString)
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  156. def partitionMap[A1, A2](f: (Byte) => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  157. def patch[B >: Byte](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  158. def permutations: Iterator[ByteString]
    Definition Classes
    SeqOps
  159. def prepended[B >: Byte](elem: B): IndexedSeq[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  160. def prependedAll[B >: Byte](prefix: IterableOnce[B]): IndexedSeq[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  161. def product[B >: Byte](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  162. def readIntBE(offset: Int): Int

    Read an int from this ByteString at the given offset in big-endian byte order.

    Read an int from this ByteString at the given offset in big-endian byte order.

    offset

    the offset to read from

    returns

    the int value

    Definition Classes
    ByteString
    Since

    2.0.0

    Exceptions thrown

    IndexOutOfBoundsException if the offset is negative or there are fewer than 4 bytes available from offset

  163. def readIntLE(offset: Int): Int

    Read an int from this ByteString at the given offset in little-endian byte order.

    Read an int from this ByteString at the given offset in little-endian byte order.

    offset

    the offset to read from

    returns

    the int value

    Definition Classes
    ByteString
    Since

    2.0.0

    Exceptions thrown

    IndexOutOfBoundsException if the offset is negative or there are fewer than 4 bytes available from offset

  164. def readLongBE(offset: Int): Long

    Read a long from this ByteString at the given offset in big-endian byte order.

    Read a long from this ByteString at the given offset in big-endian byte order.

    offset

    the offset to read from

    returns

    the long value

    Definition Classes
    ByteString
    Since

    2.0.0

    Exceptions thrown

    IndexOutOfBoundsException if the offset is negative or there are fewer than 8 bytes available from offset

  165. def readLongLE(offset: Int): Long

    Read a long from this ByteString at the given offset in little-endian byte order.

    Read a long from this ByteString at the given offset in little-endian byte order.

    offset

    the offset to read from

    returns

    the long value

    Definition Classes
    ByteString
    Since

    2.0.0

    Exceptions thrown

    IndexOutOfBoundsException if the offset is negative or there are fewer than 8 bytes available from offset

  166. def readShortBE(offset: Int): Short

    Read a short from this ByteString at the given offset in big-endian byte order.

    Read a short from this ByteString at the given offset in big-endian byte order.

    offset

    the offset to read from

    returns

    the short value

    Definition Classes
    ByteString
    Since

    2.0.0

    Exceptions thrown

    IndexOutOfBoundsException if the offset is negative or there are fewer than 2 bytes available from offset

  167. def readShortLE(offset: Int): Short

    Read a short from this ByteString at the given offset in little-endian byte order.

    Read a short from this ByteString at the given offset in little-endian byte order.

    offset

    the offset to read from

    returns

    the short value

    Definition Classes
    ByteString
    Since

    2.0.0

    Exceptions thrown

    IndexOutOfBoundsException if the offset is negative or there are fewer than 2 bytes available from offset

  168. def reduce[B >: Byte](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  169. def reduceLeft[B >: Byte](op: (B, Byte) => B): B
    Definition Classes
    IterableOnceOps
  170. def reduceLeftOption[B >: Byte](op: (B, Byte) => B): Option[B]
    Definition Classes
    IterableOnceOps
  171. def reduceOption[B >: Byte](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  172. def reduceRight[B >: Byte](op: (Byte, B) => B): B
    Definition Classes
    IterableOnceOps
  173. def reduceRightOption[B >: Byte](op: (Byte, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  174. def reverse: ByteString
    Definition Classes
    IndexedSeqOps → SeqOps
  175. def reverseIterator: Iterator[Byte]
    Definition Classes
    IndexedSeqOps → SeqOps
  176. def reversed: Iterable[Byte]
    Attributes
    protected
    Definition Classes
    IndexedSeqOps → IterableOnceOps
  177. def runWith[U](action: (Byte) => U): (Int) => Boolean
    Definition Classes
    PartialFunction
  178. def sameElements[B >: Byte](o: IterableOnce[B]): Boolean
    Definition Classes
    IndexedSeq → SeqOps
  179. def scan[B >: Byte](z: B)(op: (B, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  180. def scanLeft[B](z: B)(op: (B, Byte) => B): IndexedSeq[B]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  181. def scanRight[B](z: B)(op: (Byte, B) => B): IndexedSeq[B]
    Definition Classes
    IterableOps
  182. def search[B >: Byte](elem: B, from: Int, to: Int)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  183. def search[B >: Byte](elem: B)(implicit ord: Ordering[B]): SearchResult
    Definition Classes
    IndexedSeqOps → SeqOps
  184. def segmentLength(p: (Byte) => Boolean, from: Int): Int
    Definition Classes
    SeqOps
  185. final def segmentLength(p: (Byte) => Boolean): Int
    Definition Classes
    SeqOps
  186. final def size: Int
    Definition Classes
    SeqOps → IterableOnceOps
  187. final def sizeCompare(that: Iterable[_]): Int
    Definition Classes
    SeqOps → IterableOps
  188. final def sizeCompare(otherSize: Int): Int
    Definition Classes
    SeqOps → IterableOps
  189. final def sizeIs: SizeCompareOps
    Definition Classes
    IterableOps
    Annotations
    @inline()
  190. def slice(from: Int, until: Int): ByteString
    Definition Classes
    ByteString1CByteString → IndexedSeqOps → IndexedSeqOps → IterableOps → IterableOnceOps
  191. def sliding(size: Int, step: Int): Iterator[ByteString]
    Definition Classes
    IndexedSeqOps → IterableOps
  192. def sliding(size: Int): Iterator[ByteString]
    Definition Classes
    IterableOps
  193. def sortBy[B](f: (Byte) => B)(implicit ord: Ordering[B]): ByteString
    Definition Classes
    SeqOps
  194. def sortWith(lt: (Byte, Byte) => Boolean): ByteString
    Definition Classes
    SeqOps
  195. def sorted[B >: Byte](implicit ord: Ordering[B]): ByteString
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  196. def span(p: (Byte) => Boolean): (ByteString, ByteString)
    Definition Classes
    ByteString → StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  197. def splitAt(n: Int): (ByteString, ByteString)
    Definition Classes
    ByteString → IterableOps → IterableOnceOps
  198. def startsWith(bytes: Array[Byte], offset: Int): Boolean

    Tests whether this ByteString starts with the given slice.

    Tests whether this ByteString starts with the given slice.

    bytes

    the slice to test

    offset

    the offset to start testing from

    returns

    true if this ByteString starts with the given slice

    Definition Classes
    ByteString1CByteString
    Since

    2.0.0

  199. def startsWith(bytes: Array[Byte]): Boolean

    Tests whether this ByteString starts with the given slice.

    Tests whether this ByteString starts with the given slice.

    bytes

    the slice to test

    returns

    true if this ByteString starts with the given slice

    Definition Classes
    ByteString
    Since

    2.0.0

  200. def startsWith[B >: Byte](iterable: IterableOnce[B], offset: Int): Boolean
    Definition Classes
    ByteString → SeqOps
  201. def stepper[S <: Stepper[_]](implicit shape: StepperShape[Byte, S]): S with EfficientSplit
    Definition Classes
    IndexedSeqOps → IterableOnce
  202. final def strictOptimizedCollect[B, C2](b: Builder[B, C2], pf: PartialFunction[Byte, B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  203. final def strictOptimizedConcat[B >: Byte, C2](that: IterableOnce[B], b: Builder[B, C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  204. final def strictOptimizedFlatMap[B, C2](b: Builder[B, C2], f: (Byte) => IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  205. final def strictOptimizedFlatten[B, C2](b: Builder[B, C2])(implicit toIterableOnce: (Byte) => IterableOnce[B]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  206. final def strictOptimizedMap[B, C2](b: Builder[B, C2], f: (Byte) => B): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  207. final def strictOptimizedZip[B, C2](that: IterableOnce[B], b: Builder[(Byte, B), C2]): C2
    Attributes
    protected[this]
    Definition Classes
    StrictOptimizedIterableOps
    Annotations
    @inline()
  208. def stringPrefix: String
    Attributes
    protected[this]
    Definition Classes
    IndexedSeq → Seq → Iterable
  209. def sum[B >: Byte](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  210. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  211. def tail: ByteString
    Definition Classes
    ByteString → IterableOps
  212. def tails: Iterator[ByteString]
    Definition Classes
    IterableOps
  213. def take(n: Int): ByteString
    Definition Classes
    ByteString1CByteString → IndexedSeqOps → IterableOps → IterableOnceOps
  214. def takeRight(n: Int): ByteString
    Definition Classes
    ByteString → StrictOptimizedIterableOps → IndexedSeqOps → IterableOps
  215. def takeWhile(p: (Byte) => Boolean): ByteString
    Definition Classes
    ByteString → IterableOps → IterableOnceOps
  216. def tapEach[U](f: (Byte) => U): ByteString
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps
  217. def to[C1](factory: Factory[Byte, C1]): C1
    Definition Classes
    IterableOnceOps
  218. final def toArray[B >: Byte](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    ByteString → IterableOnceOps
  219. def toArray: Array[Byte]

    Java API: copy this ByteString into a fresh byte array

    Java API: copy this ByteString into a fresh byte array

    returns

    this ByteString copied into a byte array

    Attributes
    protected[ByteString]
    Definition Classes
    ByteString
    Annotations
    @nowarn()
  220. def toArrayUnsafe(): Array[Byte]

    Unsafe API: Use only in situations you are completely confident that this is what you need, and that you understand the implications documented below.

    Unsafe API: Use only in situations you are completely confident that this is what you need, and that you understand the implications documented below.

    If the ByteString is backed by a single array it is returned without any copy. If it is backed by a rope of multiple ByteString instances a new array will be allocated and the contents will be copied into it before returning it.

    This method of exposing the bytes of a ByteString can save one array copy and allocation in the happy path scenario which can lead to better performance, however it also means that one MUST NOT modify the returned array, or unexpected immutable data structure contract-breaking behavior will manifest itself.

    This API is intended for users who need to pass the byte array to some other API, which will only read the bytes and never mutate then. For all other intents and purposes, please use the usual toArray method - which provide the immutability guarantees by copying the backing array.

    Definition Classes
    ByteString1CByteString
  221. final def toBuffer[B >: Byte]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  222. def toByteBuffer: ByteBuffer

    Creates a new ByteBuffer with a copy of all bytes contained in this ByteString.

    Creates a new ByteBuffer with a copy of all bytes contained in this ByteString.

    Definition Classes
    ByteString
  223. final def toIndexedSeq: IndexedSeq[Byte]
    Definition Classes
    IndexedSeq → IterableOnceOps
  224. def toList: List[Byte]
    Definition Classes
    IterableOnceOps
  225. def toMap[K, V](implicit ev: <:<[Byte, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  226. final def toSeq: ByteString1C.this.type
    Definition Classes
    Seq → IterableOnceOps
  227. def toSet[B >: Byte]: Set[B]
    Definition Classes
    IterableOnceOps
  228. def toString(): String
    Definition Classes
    ByteString → Seq → Function1 → Iterable → AnyRef → Any
  229. def toVector: Vector[Byte]
    Definition Classes
    IterableOnceOps
  230. def transpose[B](implicit asIterable: (Byte) => Iterable[B]): IndexedSeq[IndexedSeq[B]]
    Definition Classes
    IterableOps
  231. def unapply(a: Int): Option[Byte]
    Definition Classes
    PartialFunction
  232. def unzip[A1, A2](implicit asPair: (Byte) => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  233. def unzip3[A1, A2, A3](implicit asTriple: (Byte) => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  234. def updated[B >: Byte](index: Int, elem: B): IndexedSeq[B]
    Definition Classes
    StrictOptimizedSeqOps → SeqOps
  235. final def utf8String: String

    Decodes this ByteString as a UTF-8 encoded String.

    Decodes this ByteString as a UTF-8 encoded String.

    Definition Classes
    ByteString
  236. def view: IndexedSeqView[Byte]
    Definition Classes
    IndexedSeqOps → SeqOps → IterableOps
  237. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  238. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  239. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  240. def withFilter(p: (Byte) => Boolean): WithFilter[Byte, [_]IndexedSeq[_]]
    Definition Classes
    IterableOps
  241. def writeReplace(): AnyRef
    Attributes
    protected
  242. def zip[B](that: IterableOnce[B]): IndexedSeq[(Byte, B)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps
  243. def zipAll[A1 >: Byte, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
    Definition Classes
    IterableOps
  244. def zipWithIndex: IndexedSeq[(Byte, Int)]
    Definition Classes
    StrictOptimizedIterableOps → IterableOps → IterableOnceOps

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, Byte) => B): B
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

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

    (Since version 2.13.0) Use foldLeft instead of /:

  3. def :\[B](z: B)(op: (Byte, B) => B): B
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

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

    (Since version 2.13.0) Use foldRight instead of :\

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

    (Since version 2.13.0) For sequential collections, prefer foldLeft(z)(seqop). For parallel collections, use ParIterableLike#aggregate.

  6. def collectFirst[B](f: PartialFunction[Byte, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  7. def companion: IterableFactory[[_]IndexedSeq[_]]
    Definition Classes
    IterableOps
    Annotations
    @deprecated @deprecatedOverriding() @inline()
    Deprecated

    (Since version 2.13.0) Use iterableFactory instead

  8. def copyToBuffer(dest: Buffer[Byte]): Unit
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

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

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

  10. def count(f: (Byte) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  11. def exists(f: (Byte) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  12. def filter(f: (Byte) => Boolean): Iterator[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  14. def find(p: (Byte) => Boolean): Option[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  15. def flatMap[B](f: (Byte) => IterableOnce[B]): IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  16. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  17. def foldLeft[B](z: B)(op: (B, Byte) => B): B
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  18. def foldRight[B](z: B)(op: (Byte, B) => B): B
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  19. def forall(f: (Byte) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  20. def foreach[U](f: (Byte) => U): Unit
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ByteString1C toStringFormat[ByteString1C] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  22. 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)

  23. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  24. def map[B](f: (Byte) => B): IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  25. def max(implicit ord: Ordering[Byte]): Byte
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  26. def maxBy[B](f: (Byte) => B)(implicit cmp: Ordering[B]): Byte
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  27. def min(implicit ord: Ordering[Byte]): Byte
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  28. def minBy[B](f: (Byte) => B)(implicit cmp: Ordering[B]): Byte
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  29. def mkString: String
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  30. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  31. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

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

    (Since version 2.13.0) Use segmentLength instead of prefixLength

  34. def product(implicit num: Numeric[Byte]): Byte
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  35. def reduce(f: (Byte, Byte) => Byte): Byte
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  36. def reduceLeft(f: (Byte, Byte) => Byte): Byte
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  37. def reduceLeftOption(f: (Byte, Byte) => Byte): Option[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  38. def reduceOption(f: (Byte, Byte) => Byte): Option[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  39. def reduceRight(f: (Byte, Byte) => Byte): Byte
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  40. def reduceRightOption(f: (Byte, Byte) => Byte): Option[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  41. final def repr: ByteString
    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

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

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

  43. def sameElements[B >: A](that: IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).sameElements(that)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  44. def seq: ByteString1C.this.type
    Definition Classes
    Iterable
    Annotations
    @deprecated
    Deprecated

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

  45. def size: Int
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  46. def sum(implicit num: Numeric[Byte]): Byte
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  47. def to[C1](factory: Factory[Byte, C1]): C1
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  48. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  49. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  50. def toIndexedSeq: IndexedSeq[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  51. final def toIterable: Iterable[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toIterable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  52. final def toIterable: ByteString1C.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

  53. def toIterator: Iterator[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

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

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

  55. def toList: List[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  56. def toMap[K, V](implicit ev: <:<[Byte, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  57. def toSeq: Seq[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  58. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  59. def toStream: Stream[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

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

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

  61. final def toTraversable: Traversable[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toTraversable
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  62. final def toTraversable: Traversable[Byte]
    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

  63. def toVector: Vector[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

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

    (Since version 2.13.0) Use concat instead

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

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

  66. def withFilter(f: (Byte) => Boolean): Iterator[Byte]
    Implicit
    This member is added by an implicit conversion from ByteString1C toIterableOnceExtensionMethods[Byte] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteString1C: IterableOnceExtensionMethods[Byte]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

  67. def [B](y: B): (ByteString1C, B)
    Implicit
    This member is added by an implicit conversion from ByteString1C toArrowAssoc[ByteString1C] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from CompactByteString

Inherited from Serializable

Inherited from ByteString

Inherited from IndexedSeq[Byte]

Inherited from IndexedSeq[Byte]

Inherited from IndexedSeqOps[Byte, [_]IndexedSeq[_], ByteString]

Inherited from Seq[Byte]

Inherited from SeqOps[Byte, [_]IndexedSeq[_], ByteString]

Inherited from Seq[Byte]

Inherited from Equals

Inherited from SeqOps[Byte, [_]IndexedSeq[_], ByteString]

Inherited from PartialFunction[Int, Byte]

Inherited from (Int) => Byte

Inherited from Iterable[Byte]

Inherited from Iterable[Byte]

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

Inherited from IterableOps[Byte, [_]IndexedSeq[_], ByteString]

Inherited from IterableOnceOps[Byte, [_]IndexedSeq[_], ByteString]

Inherited from IterableOnce[Byte]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion iterableOnceExtensionMethods fromByteString1C to IterableOnceExtensionMethods[Byte]

Inherited by implicit conversion any2stringadd fromByteString1C to any2stringadd[ByteString1C]

Inherited by implicit conversion StringFormat fromByteString1C to StringFormat[ByteString1C]

Inherited by implicit conversion Ensuring fromByteString1C to Ensuring[ByteString1C]

Inherited by implicit conversion ArrowAssoc fromByteString1C to ArrowAssoc[ByteString1C]

Ungrouped