Class

scalaz.ImmutableArray.WrappedImmutableArray

ofByte

Related Doc: package WrappedImmutableArray

Permalink

final class ofByte extends ofImmutableArray1[Byte]

Source
ImmutableArray.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ofByte
  2. ofImmutableArray1
  3. WrappedImmutableArray
  4. IndexedSeqOptimized
  5. IndexedSeq
  6. IndexedSeq
  7. IndexedSeqLike
  8. Seq
  9. Seq
  10. SeqLike
  11. GenSeq
  12. GenSeqLike
  13. PartialFunction
  14. Function1
  15. Iterable
  16. Iterable
  17. IterableLike
  18. Equals
  19. GenIterable
  20. GenIterableLike
  21. Traversable
  22. Immutable
  23. Traversable
  24. GenTraversable
  25. GenericTraversableTemplate
  26. TraversableLike
  27. GenTraversableLike
  28. Parallelizable
  29. TraversableOnce
  30. GenTraversableOnce
  31. FilterMonadic
  32. HasNewBuilder
  33. AnyRef
  34. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ofByte(array: ImmutableArray.ofByte)

    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 = WrappedImmutableArray[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 ++[B >: Byte, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[WrappedImmutableArray[Byte], B, That]): That

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def addString(b: StringBuilder): StringBuilder

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

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

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

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

    Permalink
    Definition Classes
    PartialFunction → Function1
  16. def apply(index: Int): Byte

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

    Permalink
    Definition Classes
    PartialFunction
  18. def arrayBuilder: Builder[Byte, ImmutableArray[Byte]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ofImmutableArray1WrappedImmutableArray
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def canEqual(that: Any): Boolean

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

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

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

    Permalink
    Definition Classes
    TraversableOnce
  24. def combinations(n: Int): Iterator[WrappedImmutableArray[Byte]]

    Permalink
    Definition Classes
    SeqLike
  25. def companion: GenericCompanion[IndexedSeq]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  35. def diff[B >: Byte](that: GenSeq[B]): WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  36. def distinct: WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  37. def drop(n: Int): WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  38. def dropRight(n: Int): WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike
  39. def dropWhile(p: (Byte) ⇒ Boolean): WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  40. def elemTag: ClassTag[Byte]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ofByteofImmutableArray1
  41. def endsWith[B](that: GenSeq[B]): Boolean

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

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

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

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  45. def filter(p: (Byte) ⇒ Boolean): WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  46. def filterNot(p: (Byte) ⇒ Boolean): WrappedImmutableArray[Byte]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  56. def genericBuilder[B]: Builder[B, IndexedSeq[B]]

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

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

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

    Permalink
    Definition Classes
    IterableLike
  60. def hasDefiniteSize: Boolean

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

    Permalink
    Definition Classes
    IndexedSeqLike → GenSeqLike → Any
  62. def head: Byte

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  63. def headOption: Option[Byte]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  64. val immArray: ImmutableArray1[Byte]

    Permalink
    Definition Classes
    ofImmutableArray1
  65. def indexOf[B >: Byte](elem: B, from: Int): Int

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

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

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

    Permalink
    Definition Classes
    SeqLike
  69. def indexWhere(p: (Byte) ⇒ Boolean, from: Int): Int

    Permalink
    Definition Classes
    IndexedSeqOptimized → SeqLike → GenSeqLike
  70. def indexWhere(p: (Byte) ⇒ Boolean): Int

    Permalink
    Definition Classes
    GenSeqLike
  71. def indices: Range

    Permalink
    Definition Classes
    SeqLike
  72. def init: WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  73. def inits: Iterator[WrappedImmutableArray[Byte]]

    Permalink
    Definition Classes
    TraversableLike
  74. def intersect[B >: Byte](that: GenSeq[B]): WrappedImmutableArray[Byte]

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

    Permalink
    Definition Classes
    GenSeqLike
  76. def isEmpty: Boolean

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

    Permalink
    Definition Classes
    Any
  78. final def isTraversableAgain: Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  88. def length: Int

    Permalink
    Definition Classes
    WrappedImmutableArray → SeqLike → GenSeqLike
  89. def lengthCompare(len: Int): Int

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  92. def max[B >: Byte](implicit cmp: scala.Ordering[B]): Byte

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def mkString: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  100. def newBuilder: Builder[Byte, WrappedImmutableArray[Byte]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    WrappedImmutableArray → GenericTraversableTemplate → TraversableLike → HasNewBuilder
  101. def nonEmpty: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  110. def permutations: Iterator[WrappedImmutableArray[Byte]]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def repr: WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  120. def reverse: WrappedImmutableArray[Byte]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  128. def scanRight[B, That](z: B)(op: (Byte, B) ⇒ B)(implicit bf: CanBuildFrom[WrappedImmutableArray[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.

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

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

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

    Permalink
    Definition Classes
    SeqLike → GenTraversableLike → TraversableOnce → GenTraversableOnce
  132. def slice(from: Int, until: Int): WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  133. def sliding(size: Int, step: Int): Iterator[WrappedImmutableArray[Byte]]

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

    Permalink
    Definition Classes
    IterableLike
  135. def sortBy[B](f: (Byte) ⇒ B)(implicit ord: scala.math.Ordering[B]): WrappedImmutableArray[Byte]

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

    Permalink
    Definition Classes
    SeqLike
  137. def sorted[B >: Byte](implicit ord: scala.math.Ordering[B]): WrappedImmutableArray[Byte]

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

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  139. def splitAt(n: Int): (WrappedImmutableArray[Byte], WrappedImmutableArray[Byte])

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

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

    Permalink
    Definition Classes
    GenSeqLike
  142. def stringPrefix: String

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

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

    Permalink
    Definition Classes
    AnyRef
  145. def tail: WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    IndexedSeqOptimized → TraversableLike → GenTraversableLike
  146. def tails: Iterator[WrappedImmutableArray[Byte]]

    Permalink
    Definition Classes
    TraversableLike
  147. def take(n: Int): WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  148. def takeRight(n: Int): WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike
  149. def takeWhile(p: (Byte) ⇒ Boolean): WrappedImmutableArray[Byte]

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → TraversableLike → GenTraversableLike
  150. def thisCollection: IndexedSeq[Byte]

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  153. def toBuffer[A1 >: Byte]: Buffer[A1]

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  160. def toSeq: Seq[Byte]

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

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

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

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

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

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

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

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

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

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

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

    Permalink
    Definition Classes
    SeqLike → GenSeqLike
  171. val value: ImmutableArray[Byte]

    Permalink
    Definition Classes
    WrappedImmutableArray
  172. def view(from: Int, until: Int): SeqView[Byte, WrappedImmutableArray[Byte]]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IndexedSeqOptimized → IterableLike → GenIterableLike

Inherited from ofImmutableArray1[Byte]

Inherited from WrappedImmutableArray[Byte]

Inherited from IndexedSeq[Byte]

Inherited from IndexedSeq[Byte]

Inherited from Seq[Byte]

Inherited from Seq[Byte]

Inherited from GenSeq[Byte]

Inherited from PartialFunction[Int, Byte]

Inherited from (Int) ⇒ Byte

Inherited from Iterable[Byte]

Inherited from Iterable[Byte]

Inherited from Equals

Inherited from GenIterable[Byte]

Inherited from Traversable[Byte]

Inherited from Immutable

Inherited from Traversable[Byte]

Inherited from GenTraversable[Byte]

Inherited from Parallelizable[Byte, ParSeq[Byte]]

Inherited from TraversableOnce[Byte]

Inherited from GenTraversableOnce[Byte]

Inherited from AnyRef

Inherited from Any

Ungrouped