Class

zio.Chunk

ByteArray

Related Doc: package Chunk

Permalink

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

Self Type
ByteArray
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteArray
  2. Product
  3. ChunkIterator
  4. Arr
  5. Chunk
  6. Serializable
  7. Serializable
  8. ChunkLike
  9. IndexedSeq
  10. IndexedSeq
  11. IndexedSeqLike
  12. Seq
  13. Seq
  14. SeqLike
  15. GenSeq
  16. GenSeqLike
  17. PartialFunction
  18. Function1
  19. Iterable
  20. Iterable
  21. IterableLike
  22. Equals
  23. GenIterable
  24. GenIterableLike
  25. Traversable
  26. Immutable
  27. Traversable
  28. GenTraversable
  29. GenericTraversableTemplate
  30. TraversableLike
  31. GenTraversableLike
  32. Parallelizable
  33. TraversableOnce
  34. GenTraversableOnce
  35. FilterMonadic
  36. HasNewBuilder
  37. AnyRef
  38. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ByteArray(array: Array[Byte], offset: Int, length: Int)

    Permalink

Type Members

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

    Permalink
    Attributes
    protected
    Definition Classes
    IndexedSeqLike
    Annotations
    @SerialVersionUID()
  2. type Self = Chunk[Byte]

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

    Permalink
    Definition Classes
    TraversableLike

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &(that: Chunk[Boolean])(implicit ev: <:<[Byte, Boolean]): BitChunkByte

    Permalink

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

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

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

    Permalink

    Concatenates this chunk iterator with the specified chunk iterator.

    Concatenates this chunk iterator with the specified chunk iterator.

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

    Permalink

    Returns the concatenation of this chunk with the specified chunk.

    Returns the concatenation of this chunk with the specified chunk.

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

    Permalink

    Returns the concatenation of this chunk with the specified chunk.

    Returns the concatenation of this chunk with the specified chunk.

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

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

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

    Permalink
    Definition Classes
    TraversableLike
  10. final def +:[A1 >: Byte, That](a1: A1)(implicit bf: CanBuildFrom[Chunk[Byte], A1, That]): That

    Permalink
    Definition Classes
    ChunkLike → SeqLike → GenSeqLike
  11. def /:[B](z: B)(op: (B, Byte) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  12. final def :+[A1 >: Byte, That](a1: A1)(implicit bf: CanBuildFrom[Chunk[Byte], A1, That]): That

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def ^(that: Chunk[Boolean])(implicit ev: <:<[Byte, Boolean]): BitChunkByte

    Permalink

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PartialFunction → Function1
  21. def append[A1 >: Byte](a1: A1): Chunk[A1]

    Permalink

    Appends an element to the chunk.

    Appends an element to the chunk.

    Attributes
    protected
    Definition Classes
    Chunk
  22. def apply(index: Int): Byte

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

    Permalink
    Definition Classes
    PartialFunction
  24. val array: Array[Byte]

    Permalink
    Definition Classes
    ByteArray → Arr
  25. final def asBitsByte(implicit ev: <:<[Byte, Byte]): Chunk[Boolean]

    Permalink

    Converts a chunk of bytes to a chunk of bits.

    Converts a chunk of bytes to a chunk of bits.

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

    Permalink

    Converts a chunk of ints to a chunk of bits.

    Converts a chunk of ints to a chunk of bits.

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

    Permalink

    Converts a chunk of longs to a chunk of bits.

    Converts a chunk of longs to a chunk of bits.

    Definition Classes
    Chunk
  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. def boolean(index: Int)(implicit ev: <:<[Byte, Boolean]): Boolean

    Permalink

    Get the element at the specified index.

    Get the element at the specified index.

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

    Permalink

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    ByteArrayChunk
  31. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  32. def char(index: Int)(implicit ev: <:<[Byte, Char]): Char

    Permalink

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  33. def chunkIterator: ChunkIterator[Byte]

    Permalink
    Definition Classes
    ByteArrayChunk
  34. implicit val classTag: ClassTag[Byte]

    Permalink
    Definition Classes
    Arr
  35. def clone(): AnyRef

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

    Permalink

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

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

    Definition Classes
    ChunkLike → TraversableLike → GenTraversableLike
  37. def collectChunk[B](pf: PartialFunction[Byte, B]): Chunk[B]

    Permalink

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

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

    Attributes
    protected
    Definition Classes
    Arr → Chunk
  38. def collectFirst[B](pf: PartialFunction[Byte, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  39. def collectWhile[B](pf: PartialFunction[Byte, B]): Chunk[B]

    Permalink

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

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

    Definition Classes
    Arr → Chunk
  40. def collectWhileZIO[R, E, B](pf: PartialFunction[Byte, ZIO[R, E, B]])(implicit trace: Trace): ZIO[R, E, Chunk[B]]

    Permalink
    Definition Classes
    Arr → Chunk
  41. def collectZIO[R, E, B](pf: PartialFunction[Byte, ZIO[R, E, B]])(implicit trace: Trace): ZIO[R, E, Chunk[B]]

    Permalink

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

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

    Definition Classes
    Arr → Chunk
  42. def combinations(n: Int): Iterator[Chunk[Byte]]

    Permalink
    Definition Classes
    SeqLike
  43. def companion: GenericCompanion[Chunk]

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

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  45. def contains[A1 >: Byte](elem: A1): Boolean

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  50. def copyToBuffer[B >: Byte](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  51. final def corresponds[B](that: Chunk[B])(f: (Byte, B) ⇒ Boolean): Boolean

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  54. def dedupe: Chunk[Byte]

    Permalink

    Deduplicates adjacent elements that are identical.

    Deduplicates adjacent elements that are identical.

    Definition Classes
    Chunk
  55. def depth: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Chunk
  56. def diff[B >: Byte](that: GenSeq[B]): Chunk[Byte]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  57. def distinct: Chunk[Byte]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  58. def double(index: Int)(implicit ev: <:<[Byte, Double]): Double

    Permalink

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  59. def drop(n: Int): Chunk[Byte]

    Permalink

    Drops the first n elements of the chunk.

    Drops the first n elements of the chunk.

    Definition Classes
    Chunk → IterableLike → TraversableLike → GenTraversableLike
  60. def dropRight(n: Int): Chunk[Byte]

    Permalink

    Drops the last n elements of the chunk.

    Drops the last n elements of the chunk.

    Definition Classes
    Chunk → IterableLike
  61. def dropUntil(f: (Byte) ⇒ Boolean): Chunk[Byte]

    Permalink

    Drops all elements until the predicate returns true.

    Drops all elements until the predicate returns true.

    Definition Classes
    Chunk
  62. def dropUntilZIO[R, E](p: (Byte) ⇒ ZIO[R, E, Boolean])(implicit trace: Trace): ZIO[R, E, Chunk[Byte]]

    Permalink

    Drops all elements until the effectful predicate returns true.

    Drops all elements until the effectful predicate returns true.

    Definition Classes
    Chunk
  63. def dropWhile(f: (Byte) ⇒ Boolean): Chunk[Byte]

    Permalink

    Drops all elements so long as the predicate returns true.

    Drops all elements so long as the predicate returns true.

    Definition Classes
    Arr → Chunk → TraversableLike → GenTraversableLike
  64. def dropWhileZIO[R, E](p: (Byte) ⇒ ZIO[R, E, Boolean])(implicit trace: Trace): ZIO[R, E, Chunk[Byte]]

    Permalink

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

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

    Definition Classes
    Chunk
  65. def endsWith[B](that: GenSeq[B]): Boolean

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  66. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  67. final def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Chunk → GenSeqLike → Equals → AnyRef → Any
  68. final def exists(f: (Byte) ⇒ Boolean): Boolean

    Permalink

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

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

    Definition Classes
    Chunk → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  69. def filter(f: (Byte) ⇒ Boolean): Chunk[Byte]

    Permalink

    Returns a filtered subset of this chunk.

    Returns a filtered subset of this chunk.

    Definition Classes
    Arr → Chunk → TraversableLike → GenTraversableLike
  70. def filterNot(p: (Byte) ⇒ Boolean): Chunk[Byte]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  71. final def filterZIO[R, E](f: (Byte) ⇒ ZIO[R, E, Boolean])(implicit trace: Trace): ZIO[R, E, Chunk[Byte]]

    Permalink

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

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

    Definition Classes
    Chunk
  72. def finalize(): Unit

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

    Permalink

    Returns the first element that satisfies the predicate.

    Returns the first element that satisfies the predicate.

    Definition Classes
    Chunk → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  74. final def findZIO[R, E](f: (Byte) ⇒ ZIO[R, E, Boolean])(implicit trace: Trace): ZIO[R, E, Option[Byte]]

    Permalink

    Returns the first element that satisfies the effectful predicate.

    Returns the first element that satisfies the effectful predicate.

    Definition Classes
    Chunk
  75. final def flatMap[B, That](f: (Byte) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Chunk[Byte], B, That]): That

    Permalink

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

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

    Definition Classes
    ChunkLike → TraversableLike → GenTraversableLike → FilterMonadic
  76. final def flatMapChunk[B, That](f: (Byte) ⇒ GenTraversableOnce[B]): Chunk[B]

    Permalink

    The implementation of flatMap for Chunk.

    The implementation of flatMap for Chunk.

    Attributes
    protected
    Definition Classes
    ChunkLike
  77. def flatten[B](implicit ev: (Byte) ⇒ GenTraversableOnce[B]): Chunk[B]

    Permalink

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

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

    Definition Classes
    ChunkLike → GenericTraversableTemplate
  78. def float(index: Int)(implicit ev: <:<[Byte, Float]): Float

    Permalink

    Get the element at the specified index.

    Get the element at the specified index.

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def foldLeft[S](s0: S)(f: (S, Byte) ⇒ S): S

    Permalink

    Folds over the elements in this chunk from the left.

    Folds over the elements in this chunk from the left.

    Definition Classes
    Arr → Chunk → TraversableOnce → GenTraversableOnce
  81. def foldRight[S](s0: S)(f: (Byte, S) ⇒ S): S

    Permalink

    Folds over the elements in this chunk from the right.

    Folds over the elements in this chunk from the right.

    Definition Classes
    Arr → Chunk → IterableLike → TraversableOnce → GenTraversableOnce
  82. final def foldWhile[S](s0: S)(pred: (S) ⇒ Boolean)(f: (S, Byte) ⇒ S): S

    Permalink

    Folds over the elements in this chunk from the left.

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

    Definition Classes
    Chunk
  83. final def foldWhileZIO[R, E, S](z: S)(pred: (S) ⇒ Boolean)(f: (S, Byte) ⇒ ZIO[R, E, S])(implicit trace: Trace): ZIO[R, E, S]

    Permalink
    Definition Classes
    Chunk
  84. final def foldZIO[R, E, S](s: S)(f: (S, Byte) ⇒ ZIO[R, E, S])(implicit trace: Trace): ZIO[R, E, S]

    Permalink

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

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

    Definition Classes
    Chunk
  85. final def forall(f: (Byte) ⇒ Boolean): Boolean

    Permalink

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

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

    Definition Classes
    Chunk → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  86. def foreach[B](f: (Byte) ⇒ B): Unit

    Permalink
    Definition Classes
    Arr → IterableLike → GenericTraversableTemplate → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  87. def genericBuilder[B]: Builder[B, Chunk[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  88. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  89. def groupBy[K](f: (Byte) ⇒ K): Map[K, Chunk[Byte]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  90. def grouped(size: Int): Iterator[Chunk[Byte]]

    Permalink
    Definition Classes
    IterableLike
  91. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  92. def hasNextAt(index: Int): Boolean

    Permalink

    Checks if the chunk iterator has another element.

    Checks if the chunk iterator has another element.

    Definition Classes
    ByteArrayChunkIterator
  93. final def hashCode(): Int

    Permalink
    Definition Classes
    Chunk → IndexedSeqLike → GenSeqLike → AnyRef → Any
  94. def head: Byte

    Permalink

    Returns the first element of this chunk.

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

    Definition Classes
    Chunk → IterableLike → GenericTraversableTemplate → TraversableLike → GenTraversableLike
  95. final def headOption: Option[Byte]

    Permalink

    Returns the first element of this chunk if it exists.

    Returns the first element of this chunk if it exists.

    Definition Classes
    Chunk → TraversableLike → GenTraversableLike
  96. def indexOf[B >: Byte](elem: B, from: Int): Int

    Permalink
    Definition Classes
    GenSeqLike
  97. def indexOf[B >: Byte](elem: B): Int

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

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

    Permalink
    Definition Classes
    SeqLike
  100. final def indexWhere(f: (Byte) ⇒ Boolean, from: Int): Int

    Permalink

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

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

    Definition Classes
    Chunk → SeqLike → GenSeqLike
  101. final def indexWhere(f: (Byte) ⇒ Boolean): Int

    Permalink

    Returns the first index for which the given predicate is satisfied.

    Returns the first index for which the given predicate is satisfied.

    Definition Classes
    ChunkLike → GenSeqLike
  102. def indices: Range

    Permalink
    Definition Classes
    SeqLike
  103. def init: Chunk[Byte]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  104. def inits: Iterator[Chunk[Byte]]

    Permalink
    Definition Classes
    TraversableLike
  105. def int(index: Int)(implicit ev: <:<[Byte, Int]): Int

    Permalink

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  106. def intersect[B >: Byte](that: GenSeq[B]): Chunk[Byte]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  107. def isDefinedAt(idx: Int): Boolean

    Permalink
    Definition Classes
    GenSeqLike
  108. final def isEmpty: Boolean

    Permalink

    Determines if the chunk is empty.

    Determines if the chunk is empty.

    Definition Classes
    Chunk → SeqLike → IterableLike → GenericTraversableTemplate → TraversableLike → TraversableOnce → GenTraversableOnce
  109. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  110. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  111. def iterator: Iterator[Byte]

    Permalink
    Definition Classes
    Arr → IndexedSeqLike → IterableLike → GenIterableLike
  112. def last: Byte

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

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

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

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

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

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

    Permalink
    Definition Classes
    GenSeqLike
  119. final def lastOption: Option[Byte]

    Permalink

    Returns the last element of this chunk if it exists.

    Returns the last element of this chunk if it exists.

    Definition Classes
    Chunk → TraversableLike → GenTraversableLike
  120. def left: Chunk[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    Chunk
  121. val length: Int

    Permalink

    The length of the iterator.

    The length of the iterator.

    Definition Classes
    ByteArrayChunkIterator → SeqLike → GenSeqLike
  122. def lengthCompare(len: Int): Int

    Permalink
    Definition Classes
    SeqLike
  123. def lift: (Int) ⇒ Option[Byte]

    Permalink
    Definition Classes
    PartialFunction
  124. def long(index: Int)(implicit ev: <:<[Byte, Long]): Long

    Permalink

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  125. final def map[B, That](f: (Byte) ⇒ B)(implicit bf: CanBuildFrom[Chunk[Byte], B, That]): That

    Permalink

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

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

    Definition Classes
    ChunkLike → TraversableLike → GenTraversableLike → FilterMonadic
  126. final def mapAccum[S1, B](s1: S1)(f1: (S1, Byte) ⇒ (S1, B)): (S1, Chunk[B])

    Permalink

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

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

    Definition Classes
    Chunk
  127. final def mapAccumZIO[R, E, S1, B](s1: S1)(f1: (S1, Byte) ⇒ ZIO[R, E, (S1, B)])(implicit trace: Trace): ZIO[R, E, (S1, Chunk[B])]

    Permalink

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

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

    Definition Classes
    Chunk
  128. def mapChunk[B](f: (Byte) ⇒ B): Chunk[B]

    Permalink

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

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

    Attributes
    protected
    Definition Classes
    Arr → Chunk
  129. final def mapZIO[R, E, B](f: (Byte) ⇒ ZIO[R, E, B])(implicit trace: Trace): ZIO[R, E, Chunk[B]]

    Permalink

    Effectfully maps the elements of this chunk.

    Effectfully maps the elements of this chunk.

    Definition Classes
    Chunk
  130. final def mapZIODiscard[R, E](f: (Byte) ⇒ ZIO[R, E, Any])(implicit trace: Trace): ZIO[R, E, Unit]

    Permalink

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

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

    Definition Classes
    Chunk
  131. final def mapZIOPar[R, E, B](f: (Byte) ⇒ ZIO[R, E, B])(implicit trace: Trace): ZIO[R, E, Chunk[B]]

    Permalink

    Effectfully maps the elements of this chunk in parallel.

    Effectfully maps the elements of this chunk in parallel.

    Definition Classes
    Chunk
  132. final def mapZIOParDiscard[R, E](f: (Byte) ⇒ ZIO[R, E, Any])(implicit trace: Trace): ZIO[R, E, Unit]

    Permalink

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

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

    Definition Classes
    Chunk
  133. def materialize[A1 >: Byte]: Chunk[A1]

    Permalink

    Materializes a chunk into a chunk backed by an array.

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

    Definition Classes
    Arr → Chunk
  134. def max[B >: Byte](implicit cmp: Ordering[B]): Byte

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. final def mkString: String

    Permalink

    Generates a readable string representation of this chunk.

    Generates a readable string representation of this chunk.

    Definition Classes
    ChunkLike → TraversableOnce → GenTraversableOnce
  139. final def mkString(sep: String): String

    Permalink

    Generates a readable string representation of this chunk using the specified separator string.

    Generates a readable string representation of this chunk using the specified separator string.

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

    Permalink

    Generates a readable string representation of this chunk using the specified start, separator, and end strings.

    Generates a readable string representation of this chunk using the specified start, separator, and end strings.

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

    Permalink
    Definition Classes
    AnyRef
  142. def negate(implicit ev: <:<[Byte, Boolean]): BitChunkByte

    Permalink

    Returns the bitwise NOT of this chunk.

    Returns the bitwise NOT of this chunk.

    Definition Classes
    Chunk
  143. def newBuilder: ChunkBuilder[Byte]

    Permalink

    Constructs a new ChunkBuilder.

    Constructs a new ChunkBuilder. This operation allocates mutable state and is not referentially transparent. It is provided for compatibility with Scala's collection library and should not be used for other purposes.

    Attributes
    protected[this]
    Definition Classes
    ChunkLike → GenericTraversableTemplate → TraversableLike → HasNewBuilder
  144. def nextAt(index: Int): Byte

    Permalink

    Gets the next element from the chunk iterator.

    Gets the next element from the chunk iterator.

    Definition Classes
    ByteArrayChunkIterator
  145. final def nonEmpty: Boolean

    Permalink

    Determines if the chunk is not empty.

    Determines if the chunk is not empty.

    Definition Classes
    ChunkLike → TraversableOnce → GenTraversableOnce
  146. def nonEmptyOrElse[B](ifEmpty: ⇒ B)(fn: (NonEmptyChunk[Byte]) ⇒ B): B

    Permalink

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

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

    Definition Classes
    Chunk
  147. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  148. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  149. val offset: Int

    Permalink
  150. def orElse[A1 <: Int, B1 >: Byte](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  155. final def partitionMap[B, C](f: (Byte) ⇒ Either[B, C]): (Chunk[B], Chunk[C])

    Permalink

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

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

    Definition Classes
    Chunk → ChunkLike
  156. def patch[B >: Byte, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[Chunk[Byte], B, That]): That

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  157. def permutations: Iterator[Chunk[Byte]]

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

    Permalink
    Definition Classes
    GenSeqLike
  159. def prepend[A1 >: Byte](a1: A1): Chunk[A1]

    Permalink

    Prepends an element to the chunk.

    Prepends an element to the chunk.

    Attributes
    protected
    Definition Classes
    Chunk
  160. def product[B >: Byte](implicit num: Numeric[B]): B

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

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

    Permalink
    Definition Classes
    TraversableOnce
  163. def reduceLeftOption[B >: Byte](op: (B, Byte) ⇒ B): Option[B]

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  167. def repr: Chunk[Byte]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  168. def reverse: Chunk[Byte]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  169. def reverseIterator: Iterator[Byte]

    Permalink
    Definition Classes
    SeqLike
  170. def reverseMap[B, That](f: (Byte) ⇒ B)(implicit bf: CanBuildFrom[Chunk[Byte], B, That]): That

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  172. def right: Chunk[Byte]

    Permalink
    Attributes
    protected
    Definition Classes
    Chunk
  173. def runWith[U](action: (Byte) ⇒ U): (Int) ⇒ Boolean

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

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

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

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

    Permalink
    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.

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  179. def seq: IndexedSeq[Byte]

    Permalink
    Definition Classes
    IndexedSeq → IndexedSeq → IndexedSeqLike → Seq → Seq → GenSeq → GenSeqLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  180. def short(index: Int)(implicit ev: <:<[Byte, Short]): Short

    Permalink

    Get the element at the specified index.

    Get the element at the specified index.

    Definition Classes
    Chunk
  181. final def size: Int

    Permalink

    The number of elements in the chunk.

    The number of elements in the chunk.

    Definition Classes
    ChunkLike → SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  182. def slice(from: Int, until: Int): Chunk[Byte]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  183. def sliceIterator(offset: Int, length: Int): ChunkIterator[Byte]

    Permalink

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

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

    Definition Classes
    ByteArrayChunkIterator
  184. def sliding(size: Int, step: Int): Iterator[Chunk[Byte]]

    Permalink
    Definition Classes
    IterableLike
  185. def sliding(size: Int): Iterator[Chunk[Byte]]

    Permalink
    Definition Classes
    IterableLike
  186. def sortBy[B](f: (Byte) ⇒ B)(implicit ord: Ordering[B]): Chunk[Byte]

    Permalink
    Definition Classes
    SeqLike
  187. def sortWith(lt: (Byte, Byte) ⇒ Boolean): Chunk[Byte]

    Permalink
    Definition Classes
    SeqLike
  188. def sorted[B >: Byte](implicit ord: Ordering[B]): Chunk[Byte]

    Permalink
    Definition Classes
    SeqLike
  189. def span(p: (Byte) ⇒ Boolean): (Chunk[Byte], Chunk[Byte])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  190. final def split(n: Int): Chunk[Chunk[Byte]]

    Permalink

    Splits this chunk into n equally sized chunks.

    Splits this chunk into n equally sized chunks.

    Definition Classes
    Chunk
  191. final def splitAt(n: Int): (Chunk[Byte], Chunk[Byte])

    Permalink

    Returns two splits of this chunk at the specified index.

    Returns two splits of this chunk at the specified index.

    Definition Classes
    Chunk → TraversableLike → GenTraversableLike
  192. final def splitWhere(f: (Byte) ⇒ Boolean): (Chunk[Byte], Chunk[Byte])

    Permalink

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

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

    Definition Classes
    Chunk
  193. def startsWith[B](that: GenSeq[B], offset: Int): Boolean

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

    Permalink
    Definition Classes
    GenSeqLike
  195. def stringPrefix: String

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

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

    Permalink
    Definition Classes
    AnyRef
  198. def tail: Chunk[Byte]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  199. def tails: Iterator[Chunk[Byte]]

    Permalink
    Definition Classes
    TraversableLike
  200. def take(n: Int): Chunk[Byte]

    Permalink

    Takes the first n elements of the chunk.

    Takes the first n elements of the chunk.

    Definition Classes
    Chunk → IterableLike → TraversableLike → GenTraversableLike
  201. def takeRight(n: Int): Chunk[Byte]

    Permalink

    Takes the last n elements of the chunk.

    Takes the last n elements of the chunk.

    Definition Classes
    Chunk → IterableLike
  202. def takeWhile(f: (Byte) ⇒ Boolean): Chunk[Byte]

    Permalink

    Takes all elements so long as the predicate returns true.

    Takes all elements so long as the predicate returns true.

    Definition Classes
    Arr → Chunk → IterableLike → TraversableLike → GenTraversableLike
  203. def takeWhileZIO[R, E](p: (Byte) ⇒ ZIO[R, E, Boolean])(implicit trace: Trace): ZIO[R, E, Chunk[Byte]]

    Permalink

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

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

    Definition Classes
    Chunk
  204. def thisCollection: IndexedSeq[Byte]

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

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  206. def toArray[A1 >: Byte](n: Int, dest: Array[A1]): Unit

    Permalink
    Attributes
    protected[zio]
    Definition Classes
    Arr → Chunk
  207. def toArray[A1 >: Byte](implicit arg0: ClassTag[A1]): Array[A1]

    Permalink

    Converts the chunk into an array.

    Converts the chunk into an array.

    Definition Classes
    Chunk → TraversableOnce → GenTraversableOnce
  208. final def toBinaryString(implicit ev: <:<[Byte, Boolean]): String

    Permalink

    Renders this chunk of bits as a binary string.

    Renders this chunk of bits as a binary string.

    Definition Classes
    Chunk
  209. def toBuffer[A1 >: Byte]: Buffer[A1]

    Permalink
    Definition Classes
    IndexedSeqLike → TraversableOnce → GenTraversableOnce
  210. def toCollection(repr: Chunk[Byte]): IndexedSeq[Byte]

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

    Permalink
    Definition Classes
    IndexedSeq → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  212. def toIterable: Iterable[Byte]

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

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  214. final def toList: List[Byte]

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  216. def toPackedByte(implicit ev: <:<[Byte, Boolean]): Chunk[Byte]

    Permalink
    Definition Classes
    Chunk
  217. def toPackedInt(endianness: Endianness)(implicit ev: <:<[Byte, Boolean]): Chunk[Int]

    Permalink
    Definition Classes
    Chunk
  218. def toPackedLong(endianness: Endianness)(implicit ev: <:<[Byte, Boolean]): Chunk[Long]

    Permalink
    Definition Classes
    Chunk
  219. def toSeq: Seq[Byte]

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

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

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  222. final def toString(): String

    Permalink
    Definition Classes
    Chunk → SeqLike → Function1 → TraversableLike → AnyRef → Any
  223. def toTraversable: Traversable[Byte]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  224. final def toVector: Vector[Byte]

    Permalink
    Definition Classes
    Chunk → TraversableOnce → GenTraversableOnce
  225. def transpose[B](implicit asTraversable: (Byte) ⇒ GenTraversableOnce[B]): Chunk[Chunk[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

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

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

    Permalink
    Definition Classes
    GenericTraversableTemplate
  228. def unzip3[A1, A2, A3](implicit asTriple: (Byte) ⇒ (A1, A2, A3)): (Chunk[A1], Chunk[A2], Chunk[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  229. def update[A1 >: Byte](index: Int, a1: A1): Chunk[A1]

    Permalink

    Updates an element at the specified index of the chunk.

    Updates an element at the specified index of the chunk.

    Attributes
    protected
    Definition Classes
    Chunk
  230. final def updated[B >: Byte, That](index: Int, elem: B)(implicit bf: CanBuildFrom[Chunk[Byte], B, That]): That

    Permalink
    Definition Classes
    ChunkLike → SeqLike → GenSeqLike
  231. def view(from: Int, until: Int): SeqView[Byte, Chunk[Byte]]

    Permalink
    Definition Classes
    SeqLike → IterableLike → TraversableLike
  232. def view: SeqView[Byte, Chunk[Byte]]

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  237. final def zip[B](that: Chunk[B])(implicit zippable: Zippable[Byte, B]): Chunk[Out]

    Permalink

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

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

    Definition Classes
    Chunk
  238. def zip[A1 >: Byte, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Chunk[Byte], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  239. final def zipAll[B](that: Chunk[B]): Chunk[(Option[Byte], Option[B])]

    Permalink

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

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

    Definition Classes
    Chunk
  240. def zipAll[B, A1 >: Byte, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Chunk[Byte], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  241. final def zipAllWith[B, C](that: Chunk[B])(left: (Byte) ⇒ C, right: (B) ⇒ C)(both: (Byte, B) ⇒ C): Chunk[C]

    Permalink

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

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

    Definition Classes
    Chunk
  242. final def zipWith[B, C](that: Chunk[B])(f: (Byte, B) ⇒ C): Chunk[C]

    Permalink

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

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

    Definition Classes
    Chunk
  243. final def zipWithIndex: Chunk[(Byte, Int)]

    Permalink

    Zips this chunk with the index of every element.

    Zips this chunk with the index of every element.

    Definition Classes
    ChunkLike
  244. def zipWithIndex[A1 >: Byte, That](implicit bf: CanBuildFrom[Chunk[Byte], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  245. final def zipWithIndexFrom(indexOffset: Int): Chunk[(Byte, Int)]

    Permalink

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

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

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

    Permalink

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

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

    Definition Classes
    Chunk

Inherited from Product

Inherited from ChunkIterator[Byte]

Inherited from Arr[Byte]

Inherited from Chunk[Byte]

Inherited from Serializable

Inherited from Serializable

Inherited from ChunkLike[Byte]

Inherited from IndexedSeq[Byte]

Inherited from IndexedSeq[Byte]

Inherited from IndexedSeqLike[Byte, Chunk[Byte]]

Inherited from Seq[Byte]

Inherited from Seq[Byte]

Inherited from SeqLike[Byte, Chunk[Byte]]

Inherited from GenSeq[Byte]

Inherited from GenSeqLike[Byte, Chunk[Byte]]

Inherited from PartialFunction[Int, Byte]

Inherited from (Int) ⇒ Byte

Inherited from Iterable[Byte]

Inherited from Iterable[Byte]

Inherited from IterableLike[Byte, Chunk[Byte]]

Inherited from Equals

Inherited from GenIterable[Byte]

Inherited from GenIterableLike[Byte, Chunk[Byte]]

Inherited from Traversable[Byte]

Inherited from Immutable

Inherited from Traversable[Byte]

Inherited from GenTraversable[Byte]

Inherited from TraversableLike[Byte, Chunk[Byte]]

Inherited from GenTraversableLike[Byte, Chunk[Byte]]

Inherited from Parallelizable[Byte, ParSeq[Byte]]

Inherited from TraversableOnce[Byte]

Inherited from GenTraversableOnce[Byte]

Inherited from FilterMonadic[Byte, Chunk[Byte]]

Inherited from HasNewBuilder[Byte, Chunk[Byte]]

Inherited from AnyRef

Inherited from Any

Ungrouped