case class Map [ A, B ]
extends Iterator

Constructors

Map ( underlying: Iterator [ A ] , f: A => B )

Members

[+] val f : A => B
[+] override val underlying : Iterator [ A ]

If this iterator results from applying a transfomation to another iterator, that other iterator, otherwise the iterator itself.

If this iterator results from applying a transfomation to another iterator, that other iterator, otherwise the iterator itself.

[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( underlying: Iterator [ A ] , f: A => B ) : Map [ A, B ]
[+] def copy$default$1 : Iterator [ A ]
[+] def copy$default$2 : A => B
[+] def hasNext : Boolean
[+] override def remaining : Int

If the number of elements still to be returned by this iterator is known, that number, otherwise -1.

If the number of elements still to be returned by this iterator is known, that number, otherwise -1.