akka.util.ByteIterator

ByteArrayIterator

class ByteArrayIterator extends ByteIterator

Self Type
ByteArrayIterator
Linear Supertypes
ByteIterator, BufferedIterator[Byte], Iterator[Byte], TraversableOnce[Byte], GenTraversableOnce[Byte], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ByteArrayIterator
  2. ByteIterator
  3. BufferedIterator
  4. Iterator
  5. TraversableOnce
  6. GenTraversableOnce
  7. AnyRef
  8. Any
Implicitly
  1. by MonadOps
  2. by any2stringadd
  3. by any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  6. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]] with Iterator[Seq[B]]

    Definition Classes
    Iterator

Value Members

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

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

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

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

    Implicit information
    This member is added by an implicit conversion from ByteArrayIterator to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. final def ++(that: TraversableOnce[Byte]): ByteIterator

    Definition Classes
    ByteArrayIteratorByteIterator
  6. def ++[B >: Byte](that: ⇒ GenTraversableOnce[B]): Iterator[B]

    Definition Classes
    Iterator
  7. def ->[B](y: B): (ByteArrayIterator, B)

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  16. def asInputStream: InputStream

    Directly wraps this ByteIterator in an InputStream without copying.

    Directly wraps this ByteIterator in an InputStream without copying. Read and skip operations on the stream will advance the iterator accordingly.

    Definition Classes
    ByteArrayIteratorByteIterator
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def buffered: ByteArrayIterator.this.type

    Definition Classes
    BufferedIterator → Iterator
  19. def clear(): Unit

    Definition Classes
    ByteArrayIteratorByteIterator
  20. final def clone(): ByteArrayIterator

    Definition Classes
    ByteArrayIteratorByteIterator → AnyRef
  21. def collect[B](pf: PartialFunction[Byte, B]): Iterator[B]

    Definition Classes
    Iterator
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.

  22. def collectFirst[B](pf: PartialFunction[Byte, B]): Option[B]

    Definition Classes
    TraversableOnce
  23. def contains(elem: Any): Boolean

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

    Definition Classes
    ByteArrayIterator → Iterator → TraversableOnce → GenTraversableOnce
  25. def copyToArray[B >: Byte](xs: Array[B]): Unit

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def copyToBuffer(buffer: ByteBuffer): Int

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

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

    buffer

    a ByteBuffer to copy bytes to

    returns

    the number of bytes actually copied

    Definition Classes
    ByteArrayIteratorByteIterator
  28. def copyToBuffer[B >: Byte](dest: Buffer[B]): Unit

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

    Definition Classes
    Iterator
  30. def count(p: (Byte) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  31. final def drop(n: Int): ByteArrayIterator.this.type

    Definition Classes
    ByteArrayIteratorByteIterator → Iterator
  32. final def dropWhile(p: (Byte) ⇒ Boolean): ByteArrayIterator.this.type

    Definition Classes
    ByteArrayIteratorByteIterator → Iterator
  33. def duplicate: (ByteIterator, ByteIterator)

    Definition Classes
    ByteIterator → Iterator
  34. def ensuring(cond: (ByteArrayIterator) ⇒ Boolean, msg: ⇒ Any): ByteArrayIterator

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

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

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

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

    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  40. def exists(p: (Byte) ⇒ Boolean): Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  41. def filter(p: (Byte) ⇒ Boolean): Iterator[Byte]

    Definition Classes
    Iterator
  42. def filterNot(p: (Byte) ⇒ Boolean): Iterator[Byte]

    Definition Classes
    Iterator
  43. def finalize(): Unit

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

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  45. def flatMap[B](f: (Byte) ⇒ GenTraversableOnce[B]): Iterator[B]

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  49. def forall(p: (Byte) ⇒ Boolean): Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  50. def foreach[U](f: (Byte) ⇒ U): Unit

    Definition Classes
    ByteIterator → Iterator → TraversableOnce → GenTraversableOnce
  51. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ByteArrayIterator to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  52. def getByte: Byte

    Get a single Byte from this iterator.

    Get a single Byte from this iterator. Identical to next().

    Definition Classes
    ByteIterator
  53. def getBytes(xs: Array[Byte], offset: Int, n: Int): ByteArrayIterator.this.type

    Get a specific number of Bytes from this iterator.

    Get a specific number of Bytes from this iterator. In contrast to copyToArray, this method will fail if length < n or if (xs.length - offset) < n.

    Definition Classes
    ByteArrayIteratorByteIterator
  54. def getBytes(xs: Array[Byte]): ByteArrayIterator.this.type

    Get a specific number of Bytes from this iterator.

    Get a specific number of Bytes from this iterator. In contrast to copyToArray, this method will fail if this.len < xs.length.

    Definition Classes
    ByteIterator
  55. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  56. def getDouble(implicit byteOrder: ByteOrder): Double

    Definition Classes
    ByteIterator
  57. def getDoubles(xs: Array[Double], offset: Int, n: Int)(implicit byteOrder: ByteOrder): ByteArrayIterator.this.type

    Get a number of Doubles from this iterator.

    Get a number of Doubles from this iterator.

    Definition Classes
    ByteArrayIteratorByteIterator
  58. def getDoubles(xs: Array[Double])(implicit byteOrder: ByteOrder): ByteArrayIterator.this.type

    Get a number of Doubles from this iterator.

    Get a number of Doubles from this iterator.

    Definition Classes
    ByteIterator
  59. def getFloat(implicit byteOrder: ByteOrder): Float

    Definition Classes
    ByteIterator
  60. def getFloats(xs: Array[Float], offset: Int, n: Int)(implicit byteOrder: ByteOrder): ByteArrayIterator.this.type

    Get a number of Floats from this iterator.

    Get a number of Floats from this iterator.

    Definition Classes
    ByteArrayIteratorByteIterator
  61. def getFloats(xs: Array[Float])(implicit byteOrder: ByteOrder): ByteArrayIterator.this.type

    Get a number of Floats from this iterator.

    Get a number of Floats from this iterator.

    Definition Classes
    ByteIterator
  62. def getInt(implicit byteOrder: ByteOrder): Int

    Get a single Int from this iterator.

    Get a single Int from this iterator.

    Definition Classes
    ByteIterator
  63. def getInts(xs: Array[Int], offset: Int, n: Int)(implicit byteOrder: ByteOrder): ByteArrayIterator.this.type

    Get a number of Ints from this iterator.

    Get a number of Ints from this iterator.

    Definition Classes
    ByteArrayIteratorByteIterator
  64. def getInts(xs: Array[Int])(implicit byteOrder: ByteOrder): ByteArrayIterator.this.type

    Get a number of Ints from this iterator.

    Get a number of Ints from this iterator.

    Definition Classes
    ByteIterator
  65. def getLong(implicit byteOrder: ByteOrder): Long

    Get a single Long from this iterator.

    Get a single Long from this iterator.

    Definition Classes
    ByteIterator
  66. def getLongPart(n: Int)(implicit byteOrder: ByteOrder): Long

    Get a Long from this iterator where only the least significant n bytes were encoded.

    Get a Long from this iterator where only the least significant n bytes were encoded.

    Definition Classes
    ByteIterator
  67. def getLongs(xs: Array[Long], offset: Int, n: Int)(implicit byteOrder: ByteOrder): ByteArrayIterator.this.type

    Get a number of Longs from this iterator.

    Get a number of Longs from this iterator.

    Definition Classes
    ByteArrayIteratorByteIterator
  68. def getLongs(xs: Array[Long])(implicit byteOrder: ByteOrder): ByteArrayIterator.this.type

    Get a number of Longs from this iterator.

    Get a number of Longs from this iterator.

    Definition Classes
    ByteIterator
  69. def getShort(implicit byteOrder: ByteOrder): Short

    Get a single Short from this iterator.

    Get a single Short from this iterator.

    Definition Classes
    ByteIterator
  70. def getShorts(xs: Array[Short], offset: Int, n: Int)(implicit byteOrder: ByteOrder): ByteArrayIterator.this.type

    Get a number of Shorts from this iterator.

    Get a number of Shorts from this iterator.

    Definition Classes
    ByteArrayIteratorByteIterator
  71. def getShorts(xs: Array[Short])(implicit byteOrder: ByteOrder): ByteArrayIterator.this.type

    Get a number of Shorts from this iterator.

    Get a number of Shorts from this iterator.

    Definition Classes
    ByteIterator
  72. def grouped[B >: Byte](size: Int): GroupedIterator[B]

    Definition Classes
    Iterator
  73. def hasDefiniteSize: Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  74. final def hasNext: Boolean

    Definition Classes
    ByteArrayIterator → Iterator
    Annotations
    @inline()
  75. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  76. final def head: Byte

    Definition Classes
    ByteArrayIteratorByteIterator → BufferedIterator
    Annotations
    @inline()
  77. def indexOf[B >: Byte](elem: B): Int

    Definition Classes
    ByteIterator → Iterator
  78. def indexOf(elem: Byte): Int

    Definition Classes
    ByteIterator
  79. def indexWhere(p: (Byte) ⇒ Boolean): Int

    Definition Classes
    ByteIterator → Iterator
  80. def isEmpty: Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  81. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  82. def isTraversableAgain: Boolean

    Definition Classes
    Iterator → GenTraversableOnce
  83. final def len: Int

    Definition Classes
    ByteArrayIteratorByteIterator
    Annotations
    @inline()
  84. final def length: Int

    Definition Classes
    ByteArrayIterator → Iterator
  85. def map[B](f: (Byte) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  86. def max[B >: Byte](implicit cmp: Ordering[B]): Byte

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def mkString: String

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

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

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

    Definition Classes
    AnyRef
  94. final def next(): Byte

    Definition Classes
    ByteArrayIteratorByteIterator → Iterator
  95. def nonEmpty: Boolean

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

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

    Definition Classes
    AnyRef
  98. def padTo[A1 >: Byte](len: Int, elem: A1): Iterator[A1]

    Definition Classes
    Iterator
  99. def partition(p: (Byte) ⇒ Boolean): (Iterator[Byte], Iterator[Byte])

    Definition Classes
    Iterator
  100. def patch[B >: Byte](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]

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

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

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

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

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

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

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  108. def reversed: List[Byte]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  109. def sameElements(that: Iterator[_]): Boolean

    Definition Classes
    Iterator
  110. def scanLeft[B](z: B)(op: (B, Byte) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  111. def scanRight[B](z: B)(op: (Byte, B) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  112. def seq: Iterator[Byte]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  113. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def slice(from: Int, until: Int): ByteArrayIterator.this.type

    Definition Classes
    ByteIterator → Iterator
  115. def sliding[B >: Byte](size: Int, step: Int): GroupedIterator[B]

    Definition Classes
    Iterator
  116. def span(p: (Byte) ⇒ Boolean): (ByteIterator, ByteIterator)

    Definition Classes
    ByteIterator → Iterator
  117. def sum[B >: Byte](implicit num: Numeric[B]): B

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

    Definition Classes
    AnyRef
  119. final def take(n: Int): ByteArrayIterator.this.type

    Definition Classes
    ByteArrayIteratorByteIterator → Iterator
  120. final def takeWhile(p: (Byte) ⇒ Boolean): ByteArrayIterator.this.type

    Definition Classes
    ByteArrayIteratorByteIterator → Iterator
  121. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Byte, Col[Byte]]): Col[Byte]

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

    Definition Classes
    ByteIterator → TraversableOnce → GenTraversableOnce
  123. def toBuffer[B >: Byte]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. final def toByteString: ByteString

    Definition Classes
    ByteArrayIteratorByteIterator
  125. def toIndexedSeq: IndexedSeq[Byte]

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

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

    Definition Classes
    Iterator → GenTraversableOnce
  128. def toList: List[Byte]

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

    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def toSeq: ByteString

    Definition Classes
    ByteIterator → TraversableOnce → GenTraversableOnce
  131. def toSet[B >: Byte]: Set[B]

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

    Definition Classes
    Iterator → GenTraversableOnce
  133. def toString(): String

    Definition Classes
    Iterator → AnyRef → Any
  134. def toTraversable: Traversable[Byte]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  135. def toVector: Vector[Byte]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  139. def withFilter(p: (Byte) ⇒ Boolean): Iterator[Byte]

    Definition Classes
    Iterator
  140. def zip[B](that: Iterator[B]): Iterator[(Byte, B)]

    Definition Classes
    Iterator
  141. def zipAll[B, A1 >: Byte, B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1): Iterator[(A1, B1)]

    Definition Classes
    Iterator
  142. def zipWithIndex: Iterator[(Byte, Int)]

    Definition Classes
    Iterator
  143. def [B](y: B): (ByteArrayIterator, B)

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

Shadowed Implicit Value Members

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

    Implicit information
    This member is added by an implicit conversion from ByteArrayIterator to MonadOps[Byte] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteArrayIterator: MonadOps[Byte]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (Byte) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from ByteArrayIterator to MonadOps[Byte] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteArrayIterator: MonadOps[Byte]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (Byte) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from ByteArrayIterator to MonadOps[Byte] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteArrayIterator: MonadOps[Byte]).map(f)
    Definition Classes
    MonadOps
  4. val self: Any

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

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

    Implicit information
    This member is added by an implicit conversion from ByteArrayIterator to MonadOps[Byte] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (byteArrayIterator: MonadOps[Byte]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

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

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: ByteArrayIterator

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

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: ByteArrayIterator

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ByteIterator

Inherited from BufferedIterator[Byte]

Inherited from Iterator[Byte]

Inherited from TraversableOnce[Byte]

Inherited from GenTraversableOnce[Byte]

Inherited from AnyRef

Inherited from Any

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

Inherited by implicit conversion any2stringadd from ByteArrayIterator to StringAdd

Inherited by implicit conversion any2stringfmt from ByteArrayIterator to StringFormat

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

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

Inherited by implicit conversion alternateImplicit from ByteArrayIterator to ForceImplicitAmbiguity

Ungrouped