akka.util.ByteString

ByteString1

final class ByteString1 extends ByteString

An unfragmented ByteString.

Linear Supertypes
ByteString, IndexedSeqOptimized[Byte, ByteString], IndexedSeq[Byte], IndexedSeq[Byte], IndexedSeqLike[Byte, ByteString], Seq[Byte], Seq[Byte], SeqLike[Byte, ByteString], GenSeq[Byte], GenSeqLike[Byte, ByteString], PartialFunction[Int, Byte], (Int) ⇒ Byte, Iterable[Byte], Iterable[Byte], IterableLike[Byte, ByteString], Equals, GenIterable[Byte], GenIterableLike[Byte, ByteString], Traversable[Byte], Immutable, Traversable[Byte], GenTraversable[Byte], GenericTraversableTemplate[Byte, IndexedSeq], TraversableLike[Byte, ByteString], GenTraversableLike[Byte, ByteString], Parallelizable[Byte, ParSeq[Byte]], TraversableOnce[Byte], GenTraversableOnce[Byte], FilterMonadic[Byte, ByteString], HasNewBuilder[Byte, ByteString], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteString1
  2. ByteString
  3. IndexedSeqOptimized
  4. IndexedSeq
  5. IndexedSeq
  6. IndexedSeqLike
  7. Seq
  8. Seq
  9. SeqLike
  10. GenSeq
  11. GenSeqLike
  12. PartialFunction
  13. Function1
  14. Iterable
  15. Iterable
  16. IterableLike
  17. Equals
  18. GenIterable
  19. GenIterableLike
  20. Traversable
  21. Immutable
  22. Traversable
  23. GenTraversable
  24. GenericTraversableTemplate
  25. TraversableLike
  26. GenTraversableLike
  27. Parallelizable
  28. TraversableOnce
  29. GenTraversableOnce
  30. FilterMonadic
  31. HasNewBuilder
  32. AnyRef
  33. Any
Implicitly
  1. by MonadOps
  2. by traversable2ops
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  7. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Elements extends AbstractIterator[A] with BufferedIterator[A] with Serializable

    Attributes
    protected
    Definition Classes
    IndexedSeqLike
    Annotations
    @SerialVersionUID( 1756321872811029277L )
  2. type Self = ByteString

    Attributes
    protected
    Definition Classes
    TraversableLike
  3. class WithFilter extends FilterMonadic[A, Repr]

    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ByteString1 to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++(that: ByteString): ByteString

    Efficiently concatenate another ByteString.

    Efficiently concatenate another ByteString.

    Definition Classes
    ByteString1ByteString
  6. def ++[B >: Byte, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  7. def ++:[B >: Byte, That](that: Traversable[B])(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    TraversableLike
  8. def ++:[B >: Byte, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    TraversableLike
  9. def +:[B >: Byte, That](elem: B)(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  10. def ->[B](y: B): (ByteString1, B)

    Implicit information
    This member is added by an implicit conversion from ByteString1 to ArrowAssoc[ByteString1] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  11. def /:[B](z: B)(op: (B, Byte) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  12. def :+[B >: Byte, That](elem: B)(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  13. def :\[B](z: B)(op: (Byte, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  14. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  16. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  17. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  18. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  19. def aggregate[B](z: B)(seqop: (B, Byte) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  20. def andThen[C](k: (Byte) ⇒ C): PartialFunction[Int, C]

    Definition Classes
    PartialFunction → Function1
  21. def apply(idx: Int): Byte

    Definition Classes
    ByteString1ByteString → SeqLike → GenSeqLike → Function1
  22. def applyOrElse[A1 <: Int, B1 >: Byte](x: A1, default: (A1) ⇒ B1): B1

    Definition Classes
    PartialFunction
  23. 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
    ByteString1ByteString
  24. 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
    ByteString1ByteString
  25. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  26. def asParIterable: ParIterable[Byte]

    Implicit information
    This member is added by an implicit conversion from ByteString1 to TraversableOps[Byte] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  27. def asParSeq: ParSeq[Byte]

    Implicit information
    This member is added by an implicit conversion from ByteString1 to TraversableOps[Byte] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  28. def canEqual(that: Any): Boolean

    Definition Classes
    IterableLike → Equals
  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def collect[B, That](pf: PartialFunction[Byte, B])(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  31. def collectFirst[B](pf: PartialFunction[Byte, B]): Option[B]

    Definition Classes
    TraversableOnce
  32. def combinations(n: Int): Iterator[ByteString]

    Definition Classes
    SeqLike
  33. def compact: CompactByteString

    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
    ByteString1ByteString
  34. def companion: GenericCompanion[IndexedSeq]

    Definition Classes
    IndexedSeq → IndexedSeq → Seq → Seq → GenSeq → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  35. def compose[A](g: (A) ⇒ Int): (A) ⇒ Byte

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  36. def concat(that: ByteString): ByteString

    Java API: efficiently concatenate another ByteString.

    Java API: efficiently concatenate another ByteString.

    Definition Classes
    ByteString
  37. def contains(elem: Any): Boolean

    Definition Classes
    SeqLike
  38. def containsSlice[B](that: GenSeq[B]): Boolean

    Definition Classes
    SeqLike
  39. def copyToArray[B >: Byte](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    ByteString → IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  40. def copyToArray[B >: Byte](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  41. def copyToArray[B >: Byte](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  42. 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
    ByteString
  43. def copyToBuffer[B >: Byte](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  44. def corresponds[B](that: GenSeq[B])(p: (Byte, B) ⇒ Boolean): Boolean

    Definition Classes
    SeqLike → GenSeqLike
  45. def count(p: (Byte) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  46. 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.

    Definition Classes
    ByteString1ByteString
  47. def diff[B >: Byte](that: GenSeq[B]): ByteString

    Definition Classes
    SeqLike → GenSeqLike
  48. def distinct: ByteString

    Definition Classes
    SeqLike → GenSeqLike
  49. def drop(n: Int): ByteString

    Definition Classes
    ByteString → IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  50. def dropRight(n: Int): ByteString

    Definition Classes
    ByteString → IndexedSeqOptimized → IterableLike
  51. def dropWhile(p: (Byte) ⇒ Boolean): ByteString

    Definition Classes
    ByteString → IndexedSeqOptimized → TraversableLike → GenTraversableLike
  52. def endsWith[B](that: GenSeq[B]): Boolean

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  53. def ensuring(cond: (ByteString1) ⇒ Boolean, msg: ⇒ Any): ByteString1

    Implicit information
    This member is added by an implicit conversion from ByteString1 to Ensuring[ByteString1] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  54. def ensuring(cond: (ByteString1) ⇒ Boolean): ByteString1

    Implicit information
    This member is added by an implicit conversion from ByteString1 to Ensuring[ByteString1] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  55. def ensuring(cond: Boolean, msg: ⇒ Any): ByteString1

    Implicit information
    This member is added by an implicit conversion from ByteString1 to Ensuring[ByteString1] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  56. def ensuring(cond: Boolean): ByteString1

    Implicit information
    This member is added by an implicit conversion from ByteString1 to Ensuring[ByteString1] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  57. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  58. def equals(that: Any): Boolean

    Definition Classes
    GenSeqLike → Equals → Any
  59. def exists(p: (Byte) ⇒ Boolean): Boolean

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  60. def filter(p: (Byte) ⇒ Boolean): ByteString

    Definition Classes
    TraversableLike → GenTraversableLike
  61. def filterNot(p: (Byte) ⇒ Boolean): ByteString

    Definition Classes
    TraversableLike → GenTraversableLike
  62. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  63. def find(p: (Byte) ⇒ Boolean): Option[Byte]

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  64. def flatMap[B, That](f: (Byte) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  65. def flatten[B](implicit asTraversable: (Byte) ⇒ GenTraversableOnce[B]): IndexedSeq[B]

    Definition Classes
    GenericTraversableTemplate
  66. def fold[A1 >: Byte](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  67. def foldLeft[B](z: B)(op: (B, Byte) ⇒ B): B

    Definition Classes
    IndexedSeqOptimized → TraversableOnce → GenTraversableOnce
  68. def foldRight[B](z: B)(op: (Byte, B) ⇒ B): B

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  69. def forall(p: (Byte) ⇒ Boolean): Boolean

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  70. def foreach[U](f: (Byte) ⇒ U): Unit

    Definition Classes
    ByteString → IndexedSeqOptimized → IterableLike → GenericTraversableTemplate → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  71. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ByteString1 to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  72. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

    Definition Classes
    GenericTraversableTemplate
  73. 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
  74. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  75. def groupBy[K](f: (Byte) ⇒ K): Map[K, ByteString]

    Definition Classes
    TraversableLike → GenTraversableLike
  76. def grouped(size: Int): Iterator[ByteString]

    Definition Classes
    IterableLike
  77. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  78. def hashCode(): Int

    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  79. def head: Byte

    Definition Classes
    ByteString → IndexedSeqOptimized → IterableLike → GenericTraversableTemplate → TraversableLike → GenTraversableLike
  80. def headOption: Option[Byte]

    Definition Classes
    TraversableLike → GenTraversableLike
  81. def ifParSeq[R](isbody: (ParSeq[Byte]) ⇒ R): (TraversableOps[Byte])#Otherwise[R]

    Implicit information
    This member is added by an implicit conversion from ByteString1 to TraversableOps[Byte] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  82. def indexOf[B >: Byte](elem: B): Int

    Definition Classes
    ByteString → GenSeqLike
  83. def indexOf[B >: Byte](elem: B, from: Int): Int

    Definition Classes
    GenSeqLike
  84. def indexOfSlice[B >: Byte](that: GenSeq[B], from: Int): Int

    Definition Classes
    SeqLike
  85. def indexOfSlice[B >: Byte](that: GenSeq[B]): Int

    Definition Classes
    SeqLike
  86. def indexWhere(p: (Byte) ⇒ Boolean): Int

    Definition Classes
    ByteString → GenSeqLike
  87. def indexWhere(p: (Byte) ⇒ Boolean, from: Int): Int

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  88. def indices: Range

    Definition Classes
    SeqLike
  89. def init: ByteString

    Definition Classes
    ByteString → IndexedSeqOptimized → TraversableLike → GenTraversableLike
  90. def inits: Iterator[ByteString]

    Definition Classes
    TraversableLike
  91. def intersect[B >: Byte](that: GenSeq[B]): ByteString

    Definition Classes
    SeqLike → GenSeqLike
  92. 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
    ByteString1ByteString
  93. def isDefinedAt(idx: Int): Boolean

    Definition Classes
    GenSeqLike
  94. def isEmpty: Boolean

    Definition Classes
    IndexedSeqOptimized → SeqLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  95. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  96. def isParIterable: Boolean

    Implicit information
    This member is added by an implicit conversion from ByteString1 to TraversableOps[Byte] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  97. def isParSeq: Boolean

    Implicit information
    This member is added by an implicit conversion from ByteString1 to TraversableOps[Byte] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  98. def isParallel: Boolean

    Implicit information
    This member is added by an implicit conversion from ByteString1 to TraversableOps[Byte] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  99. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  100. def iterator: ByteArrayIterator

    Definition Classes
    ByteString1ByteString → IndexedSeqLike → IterableLike → GenIterableLike
  101. def last: Byte

    Definition Classes
    ByteString → IndexedSeqOptimized → TraversableLike → GenTraversableLike
  102. def lastIndexOf[B >: Byte](elem: B, end: Int): Int

    Definition Classes
    GenSeqLike
  103. def lastIndexOf[B >: Byte](elem: B): Int

    Definition Classes
    GenSeqLike
  104. def lastIndexOfSlice[B >: Byte](that: GenSeq[B], end: Int): Int

    Definition Classes
    SeqLike
  105. def lastIndexOfSlice[B >: Byte](that: GenSeq[B]): Int

    Definition Classes
    SeqLike
  106. def lastIndexWhere(p: (Byte) ⇒ Boolean, end: Int): Int

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  107. def lastIndexWhere(p: (Byte) ⇒ Boolean): Int

    Definition Classes
    GenSeqLike
  108. def lastOption: Option[Byte]

    Definition Classes
    TraversableLike → GenTraversableLike
  109. val length: Int

    Definition Classes
    ByteString1 → SeqLike → GenSeqLike
  110. def lengthCompare(len: Int): Int

    Definition Classes
    IndexedSeqOptimized → SeqLike
  111. def lift: (Int) ⇒ Option[Byte]

    Definition Classes
    PartialFunction
  112. def map[B, That](f: (Byte) ⇒ B)(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  113. 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
  114. def max[B >: Byte](implicit cmp: Ordering[B]): Byte

    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def maxBy[B](f: (Byte) ⇒ B)(implicit cmp: Ordering[B]): Byte

    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def min[B >: Byte](implicit cmp: Ordering[B]): Byte

    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def minBy[B](f: (Byte) ⇒ B)(implicit cmp: Ordering[B]): Byte

    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  122. def newBuilder: ByteStringBuilder

    Attributes
    protected[this]
    Definition Classes
    ByteString → GenericTraversableTemplate → TraversableLike → HasNewBuilder
  123. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. final def notify(): Unit

    Definition Classes
    AnyRef
  125. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  126. def orElse[A1 <: Int, B1 >: Byte](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Definition Classes
    PartialFunction
  127. def padTo[B >: Byte, That](len: Int, elem: B)(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  128. def par: ParSeq[Byte]

    Definition Classes
    Parallelizable
  129. def parCombiner: Combiner[Byte, ParSeq[Byte]]

    Attributes
    protected[this]
    Definition Classes
    Seq → SeqLike → Iterable → TraversableLike → Parallelizable
  130. def partition(p: (Byte) ⇒ Boolean): (ByteString, ByteString)

    Definition Classes
    TraversableLike → GenTraversableLike
  131. def patch[B >: Byte, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  132. def permutations: Iterator[ByteString]

    Definition Classes
    SeqLike
  133. def prefixLength(p: (Byte) ⇒ Boolean): Int

    Definition Classes
    GenSeqLike
  134. def product[B >: Byte](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  135. def reduce[A1 >: Byte](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def reduceLeft[B >: Byte](op: (B, Byte) ⇒ B): B

    Definition Classes
    IndexedSeqOptimized → TraversableOnce
  137. def reduceLeftOption[B >: Byte](op: (B, Byte) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. def reduceOption[A1 >: Byte](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def reduceRight[B >: Byte](op: (Byte, B) ⇒ B): B

    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableOnce → GenTraversableOnce
  140. def reduceRightOption[B >: Byte](op: (Byte, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def repr: ByteString

    Definition Classes
    TraversableLike → GenTraversableLike
  142. def reverse: ByteString

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  143. def reverseIterator: Iterator[Byte]

    Definition Classes
    IndexedSeqOptimized → SeqLike
  144. def reverseMap[B, That](f: (Byte) ⇒ B)(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  145. def reversed: List[Byte]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  146. def runWith[U](action: (Byte) ⇒ U): (Int) ⇒ Boolean

    Definition Classes
    PartialFunction
  147. def sameElements[B >: Byte](that: GenIterable[B]): Boolean

    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  148. def scan[B >: Byte, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  149. def scanLeft[B, That](z: B)(op: (B, Byte) ⇒ B)(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  150. def scanRight[B, That](z: B)(op: (Byte, B) ⇒ B)(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  151. def segmentLength(p: (Byte) ⇒ Boolean, from: Int): Int

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  152. def seq: IndexedSeq[Byte]

    Definition Classes
    IndexedSeq → IndexedSeq → IndexedSeqLike → Seq → Seq → GenSeq → GenSeqLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  153. def size: Int

    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  154. def slice(from: Int, until: Int): ByteString

    Definition Classes
    ByteString → IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  155. def sliding(size: Int, step: Int): Iterator[ByteString]

    Definition Classes
    IterableLike
  156. def sliding(size: Int): Iterator[ByteString]

    Definition Classes
    IterableLike
  157. def sortBy[B](f: (Byte) ⇒ B)(implicit ord: Ordering[B]): ByteString

    Definition Classes
    SeqLike
  158. def sortWith(lt: (Byte, Byte) ⇒ Boolean): ByteString

    Definition Classes
    SeqLike
  159. def sorted[B >: Byte](implicit ord: Ordering[B]): ByteString

    Definition Classes
    SeqLike
  160. def span(p: (Byte) ⇒ Boolean): (ByteString, ByteString)

    Definition Classes
    ByteString → IndexedSeqOptimized → TraversableLike → GenTraversableLike
  161. def splitAt(n: Int): (ByteString, ByteString)

    Definition Classes
    ByteString → IndexedSeqOptimized → TraversableLike → GenTraversableLike
  162. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  163. def startsWith[B](that: GenSeq[B]): Boolean

    Definition Classes
    GenSeqLike
  164. def stringPrefix: String

    Definition Classes
    TraversableLike → GenTraversableLike
  165. def sum[B >: Byte](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  166. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  167. def tail: ByteString

    Definition Classes
    ByteString → IndexedSeqOptimized → TraversableLike → GenTraversableLike
  168. def tails: Iterator[ByteString]

    Definition Classes
    TraversableLike
  169. def take(n: Int): ByteString

    Definition Classes
    ByteString → IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  170. def takeRight(n: Int): ByteString

    Definition Classes
    ByteString → IndexedSeqOptimized → IterableLike
  171. def takeWhile(p: (Byte) ⇒ Boolean): ByteString

    Definition Classes
    ByteString → IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  172. def thisCollection: IndexedSeq[Byte]

    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  173. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Byte, Col[Byte]]): Col[Byte]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  174. def toArray[B >: Byte](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    ByteString → TraversableOnce → GenTraversableOnce
  175. 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[akka.util.ByteString]
    Definition Classes
    ByteString
  176. def toBuffer[A1 >: Byte]: Buffer[A1]

    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  177. 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
  178. def toCollection(repr: ByteString): IndexedSeq[Byte]

    Attributes
    protected[this]
    Definition Classes
    IndexedSeqLike → SeqLike → IterableLike → TraversableLike
  179. def toIndexedSeq: IndexedSeq[Byte]

    Definition Classes
    IndexedSeq → TraversableOnce → GenTraversableOnce
  180. def toIterable: Iterable[Byte]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  181. def toIterator: Iterator[Byte]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  182. def toList: List[Byte]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  183. def toMap[T, U](implicit ev: <:<[Byte, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  184. def toParArray: ParArray[Byte]

    Implicit information
    This member is added by an implicit conversion from ByteString1 to TraversableOps[Byte] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  185. def toSeq: Seq[Byte]

    Definition Classes
    Seq → SeqLike → GenSeqLike → TraversableOnce → GenTraversableOnce
  186. def toSet[B >: Byte]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  187. def toStream: Stream[Byte]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  188. def toString(): String

    Definition Classes
    SeqLike → TraversableLike → Any
  189. def toTraversable: Traversable[Byte]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  190. def toVector: Vector[Byte]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  191. def transpose[B](implicit asTraversable: (Byte) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  192. def union[B >: Byte, That](that: GenSeq[B])(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  193. def unzip[A1, A2](implicit asPair: (Byte) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])

    Definition Classes
    GenericTraversableTemplate
  194. def unzip3[A1, A2, A3](implicit asTriple: (Byte) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])

    Definition Classes
    GenericTraversableTemplate
  195. def updated[B >: Byte, That](index: Int, elem: B)(implicit bf: CanBuildFrom[ByteString, B, That]): That

    Definition Classes
    SeqLike → GenSeqLike
  196. 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
  197. def view(from: Int, until: Int): SeqView[Byte, ByteString]

    Definition Classes
    SeqLike → IterableLike → TraversableLike
  198. def view: SeqView[Byte, ByteString]

    Definition Classes
    SeqLike → IterableLike → TraversableLike
  199. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  200. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  201. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  202. def withFilter(p: (Byte) ⇒ Boolean): FilterMonadic[Byte, ByteString]

    Definition Classes
    TraversableLike → FilterMonadic
  203. def zip[A1 >: Byte, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[ByteString, (A1, B), That]): That

    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  204. def zipAll[B, A1 >: Byte, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[ByteString, (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  205. def zipWithIndex[A1 >: Byte, That](implicit bf: CanBuildFrom[ByteString, (A1, Int), That]): That

    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike
  206. def [B](y: B): (ByteString1, B)

    Implicit information
    This member is added by an implicit conversion from ByteString1 to ArrowAssoc[ByteString1] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: (Byte) ⇒ Boolean): TraversableOnce[Byte]

    Implicit information
    This member is added by an implicit conversion from ByteString1 to MonadOps[Byte] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (byteString1: MonadOps[Byte]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (Byte) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from ByteString1 to MonadOps[Byte] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (byteString1: MonadOps[Byte]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (Byte) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from ByteString1 to MonadOps[Byte] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (byteString1: MonadOps[Byte]).map(f)
    Definition Classes
    MonadOps
  4. val self: Any

    Implicit information
    This member is added by an implicit conversion from ByteString1 to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (byteString1: StringAdd).self
    Definition Classes
    StringAdd
  5. val self: Any

    Implicit information
    This member is added by an implicit conversion from ByteString1 to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (byteString1: StringFormat).self
    Definition Classes
    StringFormat
  6. def withFilter(p: (Byte) ⇒ Boolean): Iterator[Byte]

    Implicit information
    This member is added by an implicit conversion from ByteString1 to MonadOps[Byte] performed by method MonadOps in scala.collection.TraversableOnce.
    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:
    (byteString1: MonadOps[Byte]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:\[A1 >: Byte](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: ByteString1

    Implicit information
    This member is added by an implicit conversion from ByteString1 to ArrowAssoc[ByteString1] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (byteString1: ArrowAssoc[ByteString1]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: ByteString1

    Implicit information
    This member is added by an implicit conversion from ByteString1 to Ensuring[ByteString1] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (byteString1: Ensuring[ByteString1]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ByteString

Inherited from IndexedSeqOptimized[Byte, ByteString]

Inherited from IndexedSeq[Byte]

Inherited from IndexedSeq[Byte]

Inherited from IndexedSeqLike[Byte, ByteString]

Inherited from Seq[Byte]

Inherited from Seq[Byte]

Inherited from SeqLike[Byte, ByteString]

Inherited from GenSeq[Byte]

Inherited from GenSeqLike[Byte, ByteString]

Inherited from PartialFunction[Int, Byte]

Inherited from (Int) ⇒ Byte

Inherited from Iterable[Byte]

Inherited from Iterable[Byte]

Inherited from IterableLike[Byte, ByteString]

Inherited from Equals

Inherited from GenIterable[Byte]

Inherited from GenIterableLike[Byte, ByteString]

Inherited from Traversable[Byte]

Inherited from Immutable

Inherited from Traversable[Byte]

Inherited from GenTraversable[Byte]

Inherited from GenericTraversableTemplate[Byte, IndexedSeq]

Inherited from TraversableLike[Byte, ByteString]

Inherited from GenTraversableLike[Byte, ByteString]

Inherited from Parallelizable[Byte, ParSeq[Byte]]

Inherited from TraversableOnce[Byte]

Inherited from GenTraversableOnce[Byte]

Inherited from FilterMonadic[Byte, ByteString]

Inherited from HasNewBuilder[Byte, ByteString]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion MonadOps from ByteString1 to MonadOps[Byte]

Inherited by implicit conversion traversable2ops from ByteString1 to TraversableOps[Byte]

Inherited by implicit conversion any2stringadd from ByteString1 to StringAdd

Inherited by implicit conversion any2stringfmt from ByteString1 to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ByteString1 to ArrowAssoc[ByteString1]

Inherited by implicit conversion any2Ensuring from ByteString1 to Ensuring[ByteString1]

Inherited by implicit conversion alternateImplicit from ByteString1 to ForceImplicitAmbiguity

Ungrouped