CsvIterator
io.github.quafadas.scautable.CSV.CsvIterator
class CsvIterator[K](filePath: String) extends Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Graph
-
- Supertypes
-
trait IterableOnceOps[NamedTuple[K & Tuple, StringyTuple[K & Tuple]], Iterator, Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Iterator
- Supertypes
-
class AbstractIterator[Seq[B]]trait Iterator[Seq[B]]trait IterableOnceOps[Seq[B], Iterator, Iterator[Seq[B]]]trait IterableOnce[Seq[B]]class Objecttrait Matchableclass AnyShow all
Types
Value members
Concrete methods
Attributes
- Definition Classes
-
Iterator
Here be dragons, in Tuple Land, Tuple XXL is reversed, creating a discontinuity. Small tuples start at 1, big tuples start the other end.
Here be dragons, in Tuple Land, Tuple XXL is reversed, creating a discontinuity. Small tuples start at 1, big tuples start the other end.
Apparently fixed in 3.6.3
Attributes
Attributes
- Definition Classes
-
Iterator
Inherited methods
final def ++[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](xs: => IterableOnce[B]): Iterator[B]
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- Iterator
def collectFirst[B](pf: PartialFunction[NamedTuple[K & Tuple, StringyTuple[K & Tuple]], B]): Option[B]
Attributes
- Inherited from:
- IterableOnceOps
def concat[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](xs: => IterableOnce[B]): Iterator[B]
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- Iterator
def copyToArray[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](xs: Array[B], start: Int, len: Int): Int
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
def corresponds[B](that: IterableOnce[B])(p: (NamedTuple[K & Tuple, StringyTuple[K & Tuple]], B) => Boolean): Boolean
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- Iterator
def distinctBy[B](f: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => B): Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- Iterator
def dropWhile(p: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => Boolean): Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- Iterator
def duplicate: (Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]], Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]])
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- IterableOnceOps
def filter(p: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => Boolean): Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- Iterator
def filterNot(p: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => Boolean): Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- Iterator
def find(p: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => Boolean): Option[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- Iterator
def flatten[B](implicit ev: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => IterableOnce[B]): Iterator[B]
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- Iterator
Attributes
- Definition Classes
-
Iterator -> IterableOnceOps
- Inherited from:
- Iterator
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- IterableOnce
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- Iterator
def max[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](implicit ord: Ordering[B]): NamedTuple[K & Tuple, StringyTuple[K & Tuple]]
Attributes
- Inherited from:
- IterableOnceOps
def maxBy[B](f: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => B)(implicit ord: Ordering[B]): NamedTuple[K & Tuple, StringyTuple[K & Tuple]]
Attributes
- Inherited from:
- IterableOnceOps
def maxByOption[B](f: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => B)(implicit ord: Ordering[B]): Option[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- IterableOnceOps
def maxOption[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](implicit ord: Ordering[B]): Option[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- IterableOnceOps
def min[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](implicit ord: Ordering[B]): NamedTuple[K & Tuple, StringyTuple[K & Tuple]]
Attributes
- Inherited from:
- IterableOnceOps
def minBy[B](f: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => B)(implicit ord: Ordering[B]): NamedTuple[K & Tuple, StringyTuple[K & Tuple]]
Attributes
- Inherited from:
- IterableOnceOps
def minByOption[B](f: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => B)(implicit ord: Ordering[B]): Option[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- IterableOnceOps
def minOption[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](implicit ord: Ordering[B]): Option[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- Iterator
def partition(p: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => Boolean): (Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]], Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]])
Attributes
- Inherited from:
- Iterator
def patch[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
def reduceLeft[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](op: (B, NamedTuple[K & Tuple, StringyTuple[K & Tuple]]) => B): B
Attributes
- Inherited from:
- IterableOnceOps
def reduceLeftOption[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](op: (B, NamedTuple[K & Tuple, StringyTuple[K & Tuple]]) => B): Option[B]
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
def reduceRight[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](op: (NamedTuple[K & Tuple, StringyTuple[K & Tuple]], B) => B): B
Attributes
- Inherited from:
- IterableOnceOps
def reduceRightOption[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](op: (NamedTuple[K & Tuple, StringyTuple[K & Tuple]], B) => B): Option[B]
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
def sameElements[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](that: IterableOnce[B]): Boolean
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- Iterator
def sliding[B >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]]](size: Int, step: Int): GroupedIterator[B]
Attributes
- Inherited from:
- Iterator
def span(p: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => Boolean): (Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]], Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]])
Attributes
- Inherited from:
- Iterator
def splitAt(n: Int): (Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]], Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]])
Attributes
- Inherited from:
- IterableOnceOps
def stepper[S <: Stepper[_]](implicit shape: StepperShape[NamedTuple[K & Tuple, StringyTuple[K & Tuple]], S]): S
Attributes
- Inherited from:
- IterableOnce
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- Iterator
def takeWhile(p: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => Boolean): Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- Iterator
override def tapEach[U](f: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => U): Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Definition Classes
-
Iterator -> IterableOnceOps
- Inherited from:
- Iterator
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Attributes
- Inherited from:
- IterableOnceOps
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Iterator -> Any
- Inherited from:
- Iterator
Attributes
- Inherited from:
- IterableOnceOps
def withFilter(p: NamedTuple[K & Tuple, StringyTuple[K & Tuple]] => Boolean): Iterator[NamedTuple[K & Tuple, StringyTuple[K & Tuple]]]
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- Iterator
def zipAll[A1 >: NamedTuple[K & Tuple, StringyTuple[K & Tuple]], B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]
Attributes
- Inherited from:
- Iterator
Attributes
- Inherited from:
- Iterator
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 2.13.0]
Use foldLeft instead of /: - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use foldRight instead of :\\ - Inherited from:
- IterableOnceOps
def aggregate[B](z: => B)(seqop: (B, NamedTuple[K & Tuple, StringyTuple[K & Tuple]]) => B, combop: (B, B) => B): B
Attributes
- Deprecated
-
[Since version 2.13.0]
For sequential collections, prefer `foldLeft(z)(seqop)`. For parallel collections, use `ParIterableLike#aggregate`. - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use `dest ++= coll` instead - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
hasDefiniteSize on Iterator is the same as isEmpty - Definition Classes
-
Iterator -> IterableOnceOps
- Inherited from:
- Iterator
Attributes
- Deprecated
-
[Since version 2.13.0]
Call scanRight on an Iterable instead. - Inherited from:
- Iterator
Attributes
- Deprecated
-
[Since version 2.13.0]
Iterator.seq always returns the iterator itself - Inherited from:
- Iterator
Attributes
- Deprecated
-
[Since version 2.13.0]
Use .iterator instead of .toIterator - Inherited from:
- IterableOnceOps
Attributes
- Deprecated
-
[Since version 2.13.0]
Use .to(LazyList) instead of .toStream - Inherited from:
- IterableOnceOps
In this article