implicit final class IteratorOps[A] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IteratorOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new IteratorOps(iter: Iterator[A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
fetchToArray[B >: A](xs: Array[B], start: Int, len: Int): Int
A better version of
Iterator.copyToArray, that returns the number of actually read elements.A better version of
Iterator.copyToArray, that returns the number of actually read elements.- B
the type of the elements of the array.
- xs
the array to fill.
- start
the starting index.
- len
the maximal number of elements to copy.
- Note
Reuse: $consumesIterator
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val iter: Iterator[A]
-
def
toString(): String
- Definition Classes
- Any