ByteString

Companion
object
trait StrictOptimizedSeqOps[Byte, [A] =>> IndexedSeq[A], ByteString]
trait StrictOptimizedSeqOps[Byte, [A] =>> IndexedSeq[A], ByteString]
trait StrictOptimizedIterableOps[Byte, [A] =>> IndexedSeq[A], ByteString]
trait IndexedSeq[Byte]
trait IndexedSeqOps[Byte, [A] =>> IndexedSeq[A], ByteString]
trait IndexedSeq[Byte]
trait IndexedSeqOps[Byte, [A] =>> IndexedSeq[A], ByteString]
class AbstractSeq[Byte]
trait Seq[Byte]
trait SeqOps[Byte, [A] =>> IndexedSeq[A], ByteString]
trait Iterable[Byte]
class AbstractSeq[Byte]
trait Seq[Byte]
trait Equals
trait SeqOps[Byte, [A] =>> IndexedSeq[A], ByteString]
trait PartialFunction[Int, Byte]
trait Int => Byte
class AbstractIterable[Byte]
trait Iterable[Byte]
trait IterableFactoryDefaults[Byte, [A] =>> IndexedSeq[A]]
trait IterableOps[Byte, [A] =>> IndexedSeq[A], ByteString]
trait IterableOnceOps[Byte, [A] =>> IndexedSeq[A], ByteString]
trait IterableOnce[Byte]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(i: Int): Byte
def copyTo(target: Array[Byte], sourceOffset: Int, targetOffset: Int, numberToCopy: Int): Unit

Copies bytes into a buffer.

Copies bytes into a buffer.

Value Params
numberToCopy

number of bytes to copy

sourceOffset

offset within these bytes

target

buffer to copy into

targetOffset

offset within the target buffer

Throws
IndexOutOfBoundsException

if an offset or size is negative or too large

override def equals(that: Any): Boolean
Definition Classes
Seq -> Equals -> Any
override def hashCode(): Int
Definition Classes
Seq -> Any
def length: Int
def newInput(): InputStream
override def slice(from: Int, until: Int): ByteString
Definition Classes
IndexedSeqOps -> IndexedSeqOps -> IterableOps -> IterableOnceOps
def toByteArray(): Array[Byte]
@throws(scala.throws.$lessinit$greater$default$1[java.io.UnsupportedEncodingException])
def toString(charsetName: String): String
def toString(charset: Charset): String

Constructs a new String by decoding the bytes using the specified charset. Returns the same empty String if empty.

Constructs a new String by decoding the bytes using the specified charset. Returns the same empty String if empty.

Value Params
charset

encode using this charset

Returns

new string

def toStringUtf8(): String
def writeTo(out: OutputStream): Unit

Inherited methods

@inline
final def ++[B >: Byte](suffix: IterableOnce[B]): IndexedSeq[B]
Inherited from
IterableOps
@inline
final override def ++:[B >: Byte](prefix: IterableOnce[B]): IndexedSeq[B]
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
@inline
final def +:[B >: Byte](elem: B): IndexedSeq[B]
Inherited from
SeqOps
@inline
final def :+[B >: Byte](elem: B): IndexedSeq[B]
Inherited from
SeqOps
@inline
final def :++[B >: Byte](suffix: IterableOnce[B]): IndexedSeq[B]
Inherited from
SeqOps
def `scala$collection$SeqOps$$super$concat`[B >: Byte](suffix: IterableOnce[B]): IndexedSeq[B]
Inherited from
SeqOps
Inherited from
SeqOps
Inherited from
SeqOps
Inherited from
IndexedSeq
def `scala$collection$immutable$IndexedSeq$$super$sameElements`[B >: Byte](that: IterableOnce[B]): Boolean
Inherited from
IndexedSeq
Inherited from
IndexedSeqOps
Inherited from
StrictOptimizedSeqOps
@inline
final def addString(b: StringBuilder): StringBuilder
Inherited from
IterableOnceOps
@inline
final def addString(b: StringBuilder, sep: String): StringBuilder
Inherited from
IterableOnceOps
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
Inherited from
IterableOnceOps
def andThen[C](k: PartialFunction[Byte, C]): PartialFunction[Int, C]
Inherited from
PartialFunction
override def andThen[C](k: Byte => C): PartialFunction[Int, C]
Definition Classes
PartialFunction -> Function1
Inherited from
PartialFunction
override def appended[B >: Byte](elem: B): IndexedSeq[B]
Definition Classes
StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
override def appendedAll[B >: Byte](suffix: IterableOnce[B]): IndexedSeq[B]
Definition Classes
StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
def applyOrElse[A1 <: Int, B1 >: Byte](x: A1, default: A1 => B1): B1
Inherited from
PartialFunction
override def canEqual(that: Any): Boolean
Definition Classes
IndexedSeq -> Seq -> Equals
Inherited from
IndexedSeq
override def collect[B](pf: PartialFunction[Byte, B]): IndexedSeq[B]
Definition Classes
StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
Inherited from
StrictOptimizedIterableOps
def collectFirst[B](pf: PartialFunction[Byte, B]): Option[B]
Inherited from
IterableOnceOps
def combinations(n: Int): Iterator[ByteString]
Inherited from
SeqOps
def compose[R](k: PartialFunction[R, Int]): PartialFunction[R, Byte]
Inherited from
PartialFunction
@unspecialized
def compose[A](g: A => Int): A => Byte
Inherited from
Function1
@inline
final override def concat[B >: Byte](suffix: IterableOnce[B]): IndexedSeq[B]
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
def contains[A1 >: Byte](elem: A1): Boolean
Inherited from
SeqOps
def containsSlice[B >: Byte](that: Seq[B]): Boolean
Inherited from
SeqOps
def copyToArray[B >: Byte](xs: Array[B], start: Int, len: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
def copyToArray[B >: Byte](xs: Array[B], start: Int): Int
Inherited from
IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
def copyToArray[B >: Byte](xs: Array[B]): Int
Inherited from
IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: (Byte, B) => Boolean): Boolean
Inherited from
IterableOnceOps
def corresponds[B](that: Seq[B])(p: (Byte, B) => Boolean): Boolean
Inherited from
SeqOps
def count(p: Byte => Boolean): Int
Inherited from
IterableOnceOps
override def diff[B >: Byte](that: Seq[B]): ByteString
Definition Classes
StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
Inherited from
SeqOps
override def distinctBy[B](f: Byte => B): ByteString
Definition Classes
StrictOptimizedSeqOps -> StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
override def drop(n: Int): ByteString
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
override def dropRight(n: Int): ByteString
Definition Classes
StrictOptimizedIterableOps -> IterableOps
Inherited from
StrictOptimizedIterableOps
def dropWhile(p: Byte => Boolean): ByteString
Inherited from
IterableOps
def elementWise: ElementWiseExtractor[Int, Byte]
Inherited from
PartialFunction
override def empty: ByteString
Definition Classes
ByteStringParent -> IterableFactoryDefaults -> IterableOps
Inherited from
ByteStringParent
def endsWith[B >: Byte](that: Iterable[B]): Boolean
Inherited from
SeqOps
def exists(p: Byte => Boolean): Boolean
Inherited from
IterableOnceOps
override def filter(pred: Byte => Boolean): ByteString
Definition Classes
StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
Inherited from
StrictOptimizedIterableOps
override def filterNot(pred: Byte => Boolean): ByteString
Definition Classes
StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
Inherited from
StrictOptimizedIterableOps
def find(p: Byte => Boolean): Option[Byte]
Inherited from
IterableOnceOps
def findLast(p: Byte => Boolean): Option[Byte]
Inherited from
SeqOps
override def flatMap[B](f: Byte => IterableOnce[B]): IndexedSeq[B]
Definition Classes
StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
Inherited from
StrictOptimizedIterableOps
override def flatten[B](toIterableOnce: Byte => IterableOnce[B]): IndexedSeq[B]
Definition Classes
StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
Inherited from
StrictOptimizedIterableOps
def fold[A1 >: Byte](z: A1)(op: (A1, A1) => A1): A1
Inherited from
IterableOnceOps
def foldLeft[B](z: B)(op: (B, Byte) => B): B
Inherited from
IterableOnceOps
override def foldRight[B](z: B)(op: (Byte, B) => B): B
Definition Classes
IndexedSeqOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def forall(p: Byte => Boolean): Boolean
Inherited from
IterableOnceOps
def foreach[U](f: Byte => U): Unit
Inherited from
IterableOnceOps
override def fromSpecific(coll: IterableOnce[Byte]): ByteString
Definition Classes
ByteStringParent -> IterableFactoryDefaults -> IterableOps
Inherited from
ByteStringParent
def groupBy[K](f: Byte => K): Map[K, ByteString]
Inherited from
IterableOps
def groupMap[K, B](key: Byte => K)(f: Byte => B): Map[K, IndexedSeq[B]]
Inherited from
IterableOps
def groupMapReduce[K, B](key: Byte => K)(f: Byte => B)(reduce: (B, B) => B): Map[K, B]
Inherited from
IterableOps
def grouped(size: Int): Iterator[ByteString]
Inherited from
IterableOps
override def head: Byte
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
override def headOption: Option[Byte]
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
@deprecatedOverriding("Override indexOf(elem, from) instead - indexOf(elem) calls indexOf(elem, 0)", "2.13.0")
def indexOf[B >: Byte](elem: B): Int
Inherited from
SeqOps
def indexOf[B >: Byte](elem: B, from: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override indexOfSlice(that, from) instead - indexOfSlice(that) calls indexOfSlice(that, 0)", "2.13.0")
def indexOfSlice[B >: Byte](that: Seq[B]): Int
Inherited from
SeqOps
def indexOfSlice[B >: Byte](that: Seq[B], from: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override indexWhere(p, from) instead - indexWhere(p) calls indexWhere(p, 0)", "2.13.0")
def indexWhere(p: Byte => Boolean): Int
Inherited from
SeqOps
def indexWhere(p: Byte => Boolean, from: Int): Int
Inherited from
SeqOps
def indices: Range
Inherited from
SeqOps
Inherited from
IterableOps
def inits: Iterator[ByteString]
Inherited from
IterableOps
override def intersect[B >: Byte](that: Seq[B]): ByteString
Definition Classes
StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
def isDefinedAt(idx: Int): Boolean
Inherited from
SeqOps
override def isEmpty: Boolean
Definition Classes
SeqOps -> IterableOnceOps
Inherited from
SeqOps
override def isTraversableAgain: Boolean
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
override def iterableFactory: SeqFactory[[A] =>> IndexedSeq[A]]
Definition Classes
IndexedSeq -> IndexedSeq -> Seq -> Seq -> Iterable -> Iterable -> IterableOps
Inherited from
IndexedSeq
def iterator: Iterator[Byte]
Inherited from
IndexedSeqOps
override def knownSize: Int
Definition Classes
IndexedSeqOps -> IterableOnce
Inherited from
IndexedSeqOps
override def last: Byte
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps
def lastIndexOf[B >: Byte](elem: B, end: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override lastIndexOfSlice(that, end) instead - lastIndexOfSlice(that) calls lastIndexOfSlice(that, Int.MaxValue)", "2.13.0")
def lastIndexOfSlice[B >: Byte](that: Seq[B]): Int
Inherited from
SeqOps
def lastIndexOfSlice[B >: Byte](that: Seq[B], end: Int): Int
Inherited from
SeqOps
@deprecatedOverriding("Override lastIndexWhere(p, end) instead - lastIndexWhere(p) calls lastIndexWhere(p, Int.MaxValue)", "2.13.0")
def lastIndexWhere(p: Byte => Boolean): Int
Inherited from
SeqOps
def lastIndexWhere(p: Byte => Boolean, end: Int): Int
Inherited from
SeqOps
def lastOption: Option[Byte]
Inherited from
IterableOps
def lazyZip[B](that: Iterable[B]): LazyZip2[Byte, B, ByteString]
Inherited from
Iterable
final override def lengthCompare(that: Iterable[_]): Int
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
final override def lengthCompare(len: Int): Int
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
@inline
final def lengthIs: SizeCompareOps
Inherited from
SeqOps
def lift: Int => Option[Byte]
Inherited from
PartialFunction
override def map[B](f: Byte => B): IndexedSeq[B]
Definition Classes
StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
Inherited from
StrictOptimizedIterableOps
def max[B >: Byte](ord: Ordering[B]): Byte
Inherited from
IterableOnceOps
def maxBy[B](f: Byte => B)(cmp: Ordering[B]): Byte
Inherited from
IterableOnceOps
def maxByOption[B](f: Byte => B)(cmp: Ordering[B]): Option[Byte]
Inherited from
IterableOnceOps
def maxOption[B >: Byte](ord: Ordering[B]): Option[Byte]
Inherited from
IterableOnceOps
def min[B >: Byte](ord: Ordering[B]): Byte
Inherited from
IterableOnceOps
def minBy[B](f: Byte => B)(cmp: Ordering[B]): Byte
Inherited from
IterableOnceOps
def minByOption[B](f: Byte => B)(cmp: Ordering[B]): Option[Byte]
Inherited from
IterableOnceOps
def minOption[B >: Byte](ord: Ordering[B]): Option[Byte]
Inherited from
IterableOnceOps
@inline
final def mkString: String
Inherited from
IterableOnceOps
@inline
final def mkString(sep: String): String
Inherited from
IterableOnceOps
final def mkString(start: String, sep: String, end: String): String
Inherited from
IterableOnceOps
override def newSpecificBuilder: Builder[Byte, ByteString]
Definition Classes
ByteStringParent -> IterableFactoryDefaults -> IterableOps
Inherited from
ByteStringParent
@deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
def nonEmpty: Boolean
Inherited from
IterableOnceOps
def orElse[A1 <: Int, B1 >: Byte](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
Inherited from
PartialFunction
override def padTo[B >: Byte](len: Int, elem: B): IndexedSeq[B]
Definition Classes
StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
override def partition(p: Byte => Boolean): (ByteString, ByteString)
Definition Classes
StrictOptimizedIterableOps -> IterableOps
Inherited from
StrictOptimizedIterableOps
override def partitionMap[A1, A2](f: Byte => Either[A1, A2]): (IndexedSeq[A1], IndexedSeq[A2])
Definition Classes
StrictOptimizedIterableOps -> IterableOps
Inherited from
StrictOptimizedIterableOps
override def patch[B >: Byte](from: Int, other: IterableOnce[B], replaced: Int): IndexedSeq[B]
Definition Classes
StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
def permutations: Iterator[ByteString]
Inherited from
SeqOps
override def prepended[B >: Byte](elem: B): IndexedSeq[B]
Definition Classes
StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
override def prependedAll[B >: Byte](prefix: IterableOnce[B]): IndexedSeq[B]
Definition Classes
StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
def product[B >: Byte](num: Numeric[B]): B
Inherited from
IterableOnceOps
def reduce[B >: Byte](op: (B, B) => B): B
Inherited from
IterableOnceOps
def reduceLeft[B >: Byte](op: (B, Byte) => B): B
Inherited from
IterableOnceOps
def reduceLeftOption[B >: Byte](op: (B, Byte) => B): Option[B]
Inherited from
IterableOnceOps
def reduceOption[B >: Byte](op: (B, B) => B): Option[B]
Inherited from
IterableOnceOps
def reduceRight[B >: Byte](op: (Byte, B) => B): B
Inherited from
IterableOnceOps
def reduceRightOption[B >: Byte](op: (Byte, B) => B): Option[B]
Inherited from
IterableOnceOps
override def reverse: ByteString
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override def reverseIterator: Iterator[Byte]
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override protected def reversed: Iterable[Byte]
Definition Classes
IndexedSeqOps -> IterableOnceOps
Inherited from
IndexedSeqOps
def runWith[U](action: Byte => U): Int => Boolean
Inherited from
PartialFunction
override def sameElements[B >: Byte](o: IterableOnce[B]): Boolean
Definition Classes
IndexedSeq -> SeqOps
Inherited from
IndexedSeq
def scan[B >: Byte](z: B)(op: (B, B) => B): IndexedSeq[B]
Inherited from
IterableOps
override def scanLeft[B](z: B)(op: (B, Byte) => B): IndexedSeq[B]
Definition Classes
StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
Inherited from
StrictOptimizedIterableOps
def scanRight[B](z: B)(op: (Byte, B) => B): IndexedSeq[B]
Inherited from
IterableOps
override def search[B >: Byte](elem: B, from: Int, to: Int)(ord: Ordering[B]): SearchResult
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
override def search[B >: Byte](elem: B)(ord: Ordering[B]): SearchResult
Definition Classes
IndexedSeqOps -> SeqOps
Inherited from
IndexedSeqOps
def segmentLength(p: Byte => Boolean, from: Int): Int
Inherited from
SeqOps
final def segmentLength(p: Byte => Boolean): Int
Inherited from
SeqOps
final override def size: Int
Definition Classes
SeqOps -> IterableOnceOps
Inherited from
SeqOps
final override def sizeCompare(that: Iterable[_]): Int
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
final override def sizeCompare(otherSize: Int): Int
Definition Classes
SeqOps -> IterableOps
Inherited from
SeqOps
@inline
final def sizeIs: SizeCompareOps
Inherited from
IterableOps
def sliding(size: Int, step: Int): Iterator[ByteString]
Inherited from
IterableOps
def sliding(size: Int): Iterator[ByteString]
Inherited from
IterableOps
def sortBy[B](f: Byte => B)(ord: Ordering[B]): ByteString
Inherited from
SeqOps
def sortWith(lt: (Byte, Byte) => Boolean): ByteString
Inherited from
SeqOps
override def sorted[B >: Byte](ord: Ordering[B]): ByteString
Definition Classes
StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
override def span(p: Byte => Boolean): (ByteString, ByteString)
Definition Classes
StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
Inherited from
StrictOptimizedIterableOps
override def splitAt(n: Int): (ByteString, ByteString)
Definition Classes
IterableOps -> IterableOnceOps
Inherited from
IterableOps
def startsWith[B >: Byte](that: IterableOnce[B], offset: Int): Boolean
Inherited from
SeqOps
override def stepper[S <: Stepper[_]](shape: StepperShape[Byte, S]): S & EfficientSplit
Definition Classes
IndexedSeqOps -> IterableOnce
Inherited from
IndexedSeqOps
def sum[B >: Byte](num: Numeric[B]): B
Inherited from
IterableOnceOps
Inherited from
IterableOps
def tails: Iterator[ByteString]
Inherited from
IterableOps
override def take(n: Int): ByteString
Definition Classes
IndexedSeqOps -> IterableOps -> IterableOnceOps
Inherited from
IndexedSeqOps
override def takeRight(n: Int): ByteString
Definition Classes
StrictOptimizedIterableOps -> IterableOps
Inherited from
StrictOptimizedIterableOps
def takeWhile(p: Byte => Boolean): ByteString
Inherited from
IterableOps
override def tapEach[U](f: Byte => U): ByteString
Definition Classes
StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
Inherited from
StrictOptimizedIterableOps
def to[C1](factory: Factory[Byte, C1]): C1
Inherited from
IterableOnceOps
def toArray[B >: Byte](ClassTag[B]): Array[B]
Inherited from
IterableOnceOps
@inline
final def toBuffer[B >: Byte]: Buffer[B]
Inherited from
IterableOnceOps
final override def toIndexedSeq: IndexedSeq[Byte]
Definition Classes
IndexedSeq -> IterableOnceOps
Inherited from
IndexedSeq
Inherited from
Iterable
def toList: List[Byte]
Inherited from
IterableOnceOps
def toMap[K, V](ev: Byte <:< (K, V)): Map[K, V]
Inherited from
IterableOnceOps
final override def toSeq: ByteString
Definition Classes
Seq -> IterableOnceOps
Inherited from
Seq
def toSet[B >: Byte]: Set[B]
Inherited from
IterableOnceOps
override def toString(): String
Definition Classes
Seq -> Function1 -> Iterable -> Any
Inherited from
Seq
def toVector: Vector[Byte]
Inherited from
IterableOnceOps
def transpose[B](asIterable: Byte => Iterable[B]): IndexedSeq[IndexedSeq[B]]
Inherited from
IterableOps
def unapply(a: Int): Option[Byte]
Inherited from
PartialFunction
override def unzip[A1, A2](asPair: Byte => (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
Definition Classes
StrictOptimizedIterableOps -> IterableOps
Inherited from
StrictOptimizedIterableOps
override def unzip3[A1, A2, A3](asTriple: Byte => (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
Definition Classes
StrictOptimizedIterableOps -> IterableOps
Inherited from
StrictOptimizedIterableOps
override def updated[B >: Byte](index: Int, elem: B): IndexedSeq[B]
Definition Classes
StrictOptimizedSeqOps -> SeqOps
Inherited from
StrictOptimizedSeqOps
override def view: IndexedSeqView[Byte]
Definition Classes
IndexedSeqOps -> SeqOps -> IterableOps
Inherited from
IndexedSeqOps
def withFilter(p: Byte => Boolean): WithFilter[Byte, [A] =>> IndexedSeq[A]]
Inherited from
IterableOps
override def zip[B](that: IterableOnce[B]): IndexedSeq[(Byte, B)]
Definition Classes
StrictOptimizedIterableOps -> IterableOps
Inherited from
StrictOptimizedIterableOps
def zipAll[A1 >: Byte, B](that: Iterable[B], thisElem: A1, thatElem: B): IndexedSeq[(A1, B)]
Inherited from
IterableOps
override def zipWithIndex: IndexedSeq[(Byte, Int)]
Definition Classes
StrictOptimizedIterableOps -> IterableOps -> IterableOnceOps
Inherited from
StrictOptimizedIterableOps

Deprecated and Inherited methods

@inline @deprecated("Use foldLeft instead of /:", "2.13.0")
final def /:[B](z: B)(op: (B, Byte) => B): B
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use foldRight instead of :\\", "2.13.0")
final def :\[B](z: B)(op: (Byte, B) => B): B
Deprecated
Inherited from
IterableOnceOps
@deprecated("`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", "2.13.0")
def aggregate[B](z: => B)(seqop: (B, Byte) => B, combop: (B, B) => B): B
Deprecated
Inherited from
IterableOnceOps
@inline @deprecatedOverriding("Use iterableFactory instead", "2.13.0") @deprecated("Use iterableFactory instead", "2.13.0")
def companion: IterableFactory[[A] =>> IndexedSeq[A]]
Deprecated
Inherited from
IterableOps
@inline @deprecated("Use `dest ++= coll` instead", "2.13.0")
final def copyToBuffer[B >: Byte](dest: Buffer[B]): Unit
Deprecated
Inherited from
IterableOnceOps
@deprecated("Check .knownSize instead of .hasDefiniteSize for more actionable information (see scaladoc for details)", "2.13.0")
def hasDefiniteSize: Boolean
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use segmentLength instead of prefixLength", "2.13.0")
final def prefixLength(p: Byte => Boolean): Int
Deprecated
Inherited from
SeqOps
@deprecated("Use coll instead of repr in a collection implementation, use the collection value itself from the outside", "2.13.0")
final def repr: ByteString
Deprecated
Inherited from
IterableOps
@deprecated("Use .reverseIterator.map(f).to(...) instead of .reverseMap(f)", "2.13.0")
def reverseMap[B](f: Byte => B): IndexedSeq[B]
Deprecated
Inherited from
SeqOps
@deprecated("Iterable.seq always returns the iterable itself", "2.13.0")
Deprecated
Inherited from
Iterable
@inline @deprecated("Use .iterator instead of .toIterator", "2.13.0")
final def toIterator: Iterator[Byte]
Deprecated
Inherited from
IterableOnceOps
@inline @deprecated("Use .to(LazyList) instead of .toStream", "2.13.0")
final def toStream: Stream[Byte]
Deprecated
Inherited from
IterableOnceOps
@deprecated("Use toIterable instead", "2.13.0")
final def toTraversable: Iterable[Byte]
Deprecated
Inherited from
IterableOps
@inline @deprecated("Use `concat` instead", "2.13.0")
final def union[B >: Byte](that: Seq[B]): IndexedSeq[B]
Deprecated
Inherited from
SeqOps
@deprecated("Use .view.slice(from, until) instead of .view(from, until)", "2.13.0")
override def view(from: Int, until: Int): IndexedSeqView[Byte]
Deprecated
Definition Classes
IndexedSeqOps -> IterableOps
Inherited from
IndexedSeqOps

Concrete fields

val bytes: Array[Byte]