Packages

  • package root
    Definition Classes
    root
  • package cc
    Definition Classes
    root
  • package drx

    Scala doc for the drx conglomerate.

    Scala doc for the drx conglomerate.

    Overview

    Definition Classes
    cc
  • class ArrayDoubleFile extends Iterable[Double]

    a minimal array like interface backed by a memory mapped file for large fast random access with minim heap memory

    a minimal array like interface backed by a memory mapped file for large fast random access with minim heap memory

    Definition Classes
    drx
  • DropIterable
  • DropIterator

final class DropIterator extends Iterator[Double]

provides the offset jump (Only one of these can happen at a time)

Source
mappedFile.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DropIterator
  2. Iterator
  3. IterableOnceOps
  4. IterableOnce
  5. AnyRef
  6. Any
Implicitly
  1. by iterableOnceExtensionMethods
  2. by richDrxAny
  3. by richDrxIterator
  4. by richDrxIteratorDouble
  5. by DrxBoundOps
  6. by any2stringadd
  7. by StringFormat
  8. by Ensuring
  9. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DropIterator(offset: Int)

Type Members

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

Value Members

  1. final def ++[B >: Double](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @inline()
  2. final def addString(b: StringBuilder): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  3. final def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  4. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    IterableOnceOps
  5. def applyIf(t: Boolean, f: (DropIterator) => DropIterator): DropIterator
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  6. def applyIf(t: (DropIterator) => Boolean)(f: (DropIterator) => DropIterator): DropIterator

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def buffered: BufferedIterator[Double]
    Definition Classes
    Iterator
  8. def collect[B](pf: PartialFunction[Double, B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  9. def collectFirst[B](pf: PartialFunction[Double, B]): Option[B]
    Definition Classes
    IterableOnceOps
  10. def concat[B >: Double](xs: => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator
  11. def contains(elem: Any): Boolean
    Definition Classes
    Iterator
  12. def copyToArray[B >: Double](xs: Array[B], start: Int, len: Int): Int
    Definition Classes
    IterableOnceOps
  13. def copyToArray[B >: Double](xs: Array[B], start: Int): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
  14. def copyToArray[B >: Double](xs: Array[B]): Int
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
  15. def corresponds[B](that: IterableOnce[B])(p: (Double, B) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  16. def count(p: (Double) => Boolean): Int
    Definition Classes
    IterableOnceOps
  17. def countBy[B](f: (Double) => B): Map[B, Int]

    SI-7365 a more efficient binning without using groupBy (the collection is lost here unless identity is used)

    SI-7365 a more efficient binning without using groupBy (the collection is lost here unless identity is used)

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  18. def countWhile(f: (Double) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  19. def deltas: Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIteratorDouble performed by method richDrxIteratorDouble in cc.drx.predef.Enrich.
    Definition Classes
    DrxIteratorDouble
  20. def diff(ts: Iterator[Double]): Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIteratorDouble performed by method richDrxIteratorDouble in cc.drx.predef.Enrich.
    Definition Classes
    DrxIteratorDouble
  21. def distinct: Iterator[Double]
    Definition Classes
    Iterator
  22. def distinctBy[B](f: (Double) => B): Iterator[Double]
    Definition Classes
    Iterator
  23. def drop(n: Int): Iterator[Double]
    Definition Classes
    Iterator → IterableOnceOps
  24. def dropWhile(p: (Double) => Boolean): Iterator[Double]
    Definition Classes
    Iterator → IterableOnceOps
  25. def duplicate: (Iterator[Double], Iterator[Double])
    Definition Classes
    Iterator
  26. def elementOf(xs: Set[DropIterator]): Boolean
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  27. def evens: Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  28. def exists(p: (Double) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  29. def filter(p: (Double) => Boolean): Iterator[Double]
    Definition Classes
    Iterator → IterableOnceOps
  30. def filterNot(p: (Double) => Boolean): Iterator[Double]
    Definition Classes
    Iterator → IterableOnceOps
  31. def find(p: (Double) => Boolean): Option[Double]
    Definition Classes
    IterableOnceOps
  32. def fitString(sizes: Int*): String

    Like mkString but fits(pads) rows to a size

    Like mkString but fits(pads) rows to a size

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  33. def fitString: String

    Like mkString but fits(pads) rows to a size

    Like mkString but fits(pads) rows to a size

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  34. def flatMap[B](f: (Double) => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  35. def flatten[B](implicit ev: (Double) => IterableOnce[B]): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  36. def fold[A1 >: Double](z: A1)(op: (A1, A1) => A1): A1
    Definition Classes
    IterableOnceOps
  37. def foldLeft[B](z: B)(op: (B, Double) => B): B
    Definition Classes
    IterableOnceOps
  38. def foldRight[B](z: B)(op: (Double, B) => B): B
    Definition Classes
    IterableOnceOps
  39. def forall(p: (Double) => Boolean): Boolean
    Definition Classes
    IterableOnceOps
  40. def foreach[U](f: (Double) => U): Unit
    Definition Classes
    IterableOnceOps
  41. def foreachBy(dt: Time)(f: (Double) => Unit)(implicit sc: drx.ScheduledContext, ec: drx.ExecutionContext): drx.Future[Unit]

    async apply a function to a collection with a spaced time delay

    async apply a function to a collection with a spaced time delay

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  42. def getNonEmpty: Option[Iterator[Double]]

    this is useful for making sure things like maxBy won't fail

    this is useful for making sure things like maxBy won't fail

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  43. def groupRuns: Vector[Vector[Double]]

    group matches similar runs see also groupRunsBy to group without an intermediate map

    group matches similar runs see also groupRunsBy to group without an intermediate map

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  44. def groupRunsBy[B](f: (Double) => B): Vector[Vector[Double]]

    group runs that are equivalent after a transformation

    group runs that are equivalent after a transformation

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  45. def groupWhile(f: (Double, Double) => Boolean): Vector[Vector[Double]]

    most generic base function to create group by like run length encodings, see also the simpler groupRuns and groupRunsBy

    most generic base function to create group by like run length encodings, see also the simpler groupRuns and groupRunsBy

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  46. def grouped[B >: Double](size: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  47. def hasNext: Boolean
    Definition Classes
    DropIterator → Iterator
  48. def indexOf[B >: Double](elem: B, from: Int): Int
    Definition Classes
    Iterator
  49. def indexOf[B >: Double](elem: B): Int
    Definition Classes
    Iterator
  50. def indexWhere(p: (Double) => Boolean, from: Int): Int
    Definition Classes
    Iterator
  51. def integrate(f: (Double) => Double)(implicit num: Numeric[Double]): Double

    trapezoidal integration

    trapezoidal integration

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  52. def isEmpty: Boolean
    Definition Classes
    Iterator → IterableOnceOps
    Annotations
    @deprecatedOverriding("isEmpty is defined as !hasNext; override hasNext instead", "2.13.0")
  53. def isTraversableAgain: Boolean
    Definition Classes
    IterableOnceOps
  54. final def iterator: Iterator[Double]
    Definition Classes
    Iterator → IterableOnce
    Annotations
    @inline()
  55. def knownSize: Int
    Definition Classes
    IterableOnce
  56. final def length: Int
    Definition Classes
    Iterator
    Annotations
    @inline()
  57. def map[B](f: (Double) => B): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  58. def mapFrom[B](f: (Double) => B): Map[B, Double]

    like group by but clobbers unique id's

    like group by but clobbers unique id's

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  59. def mapIf[B](pf: PartialFunction[Double, B]): Map[Double, B]

    collect like operations

    collect like operations

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  60. def mapLinear[B](f: (Double) => drx.Future[B])(implicit ec: drx.ExecutionContext): drx.Future[List[B]]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  61. def mapWith[B](f: (Double) => B): Map[Double, B]

    like zipWith but clobers uniq elements

    like zipWith but clobers uniq elements

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  62. def max[B >: Double](implicit ord: Ordering[B]): Double
    Definition Classes
    IterableOnceOps
  63. def maxBy[B](f: (Double) => B)(implicit cmp: Ordering[B]): Double
    Definition Classes
    IterableOnceOps
  64. def maxByOption[B](f: (Double) => B)(implicit cmp: Ordering[B]): Option[Double]
    Definition Classes
    IterableOnceOps
  65. def maxOption[B >: Double](implicit ord: Ordering[B]): Option[Double]
    Definition Classes
    IterableOnceOps
  66. def min[B >: Double](implicit ord: Ordering[B]): Double
    Definition Classes
    IterableOnceOps
  67. def minBy[B](f: (Double) => B)(implicit cmp: Ordering[B]): Double
    Definition Classes
    IterableOnceOps
  68. def minByOption[B](f: (Double) => B)(implicit cmp: Ordering[B]): Option[Double]
    Definition Classes
    IterableOnceOps
  69. def minOption[B >: Double](implicit ord: Ordering[B]): Option[Double]
    Definition Classes
    IterableOnceOps
  70. def mkCommas: String
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  71. def mkLines: String
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  72. def mkSpaces: String
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  73. final def mkString: String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  74. final def mkString(sep: String): String
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  75. final def mkString(start: String, sep: String, end: String): String
    Definition Classes
    IterableOnceOps
  76. def next(): Double
    Definition Classes
    DropIterator → Iterator
  77. def nextOption(): Option[Double]
    Definition Classes
    Iterator
  78. def nonEmpty: Boolean
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
  79. def noneIf(f: (DropIterator) => Boolean): Option[DropIterator]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  80. def odds: Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  81. def optionIf(f: (DropIterator) => Boolean): Option[DropIterator]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  82. def padTo[B >: Double](len: Int, elem: B): Iterator[B]
    Definition Classes
    Iterator
  83. def partition(p: (Double) => Boolean): (Iterator[Double], Iterator[Double])
    Definition Classes
    Iterator
  84. def patch[B >: Double](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
    Definition Classes
    Iterator
  85. def preApply[B](f: (DropIterator) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  86. def product[B >: Double](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  87. def ratioWhere(p: (Double) => Boolean): Ratio
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  88. def reduce[B >: Double](op: (B, B) => B): B
    Definition Classes
    IterableOnceOps
  89. def reduceLeft[B >: Double](op: (B, Double) => B): B
    Definition Classes
    IterableOnceOps
  90. def reduceLeftOption[B >: Double](op: (B, Double) => B): Option[B]
    Definition Classes
    IterableOnceOps
  91. def reduceOption[B >: Double](op: (B, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  92. def reduceRight[B >: Double](op: (Double, B) => B): B
    Definition Classes
    IterableOnceOps
  93. def reduceRightOption[B >: Double](op: (Double, B) => B): Option[B]
    Definition Classes
    IterableOnceOps
  94. def sameElements[B >: Double](that: IterableOnce[B]): Boolean
    Definition Classes
    Iterator
  95. def sampleByRatio(reductionRatio: Double)(implicit rand: Rand): Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  96. def scanLeft[B](z: B)(op: (B, Double) => B): Iterator[B]
    Definition Classes
    Iterator → IterableOnceOps
  97. def sideEffect(f: (DropIterator) => Unit): DropIterator

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  98. def size: Int
    Definition Classes
    DropIterator → IterableOnceOps
  99. def skip(skipSize: Int, takeSize: Int = 1, offset: Int = 0): Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  100. def slice(from: Int, until: Int): Iterator[Double]
    Definition Classes
    Iterator → IterableOnceOps
  101. def sliding[B >: Double](size: Int, step: Int): GroupedIterator[B]
    Definition Classes
    Iterator
  102. def someIf(f: (DropIterator) => Boolean): Option[DropIterator]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  103. def span(p: (Double) => Boolean): (Iterator[Double], Iterator[Double])
    Definition Classes
    Iterator → IterableOnceOps
  104. def splitAt(n: Int): (Iterator[Double], Iterator[Double])
    Definition Classes
    IterableOnceOps
  105. def statBy(f: (Double) => Vec): StatVec
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  106. def statBy(f: (Double) => Double): Stat
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  107. def stepper[S <: Stepper[_]](implicit shape: StepperShape[Double, S]): S
    Definition Classes
    IterableOnce
  108. def sum[B >: Double](implicit num: Numeric[B]): B
    Definition Classes
    IterableOnceOps
  109. def take(n: Int): Iterator[Double]
    Definition Classes
    Iterator → IterableOnceOps
  110. def takeWhile(p: (Double) => Boolean): Iterator[Double]
    Definition Classes
    Iterator → IterableOnceOps
  111. def tapEach[U](f: (Double) => U): Iterator[Double]
    Definition Classes
    Iterator → IterableOnceOps
  112. val thisAny: DropIterator
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  113. def till(maxArg: DropIterator): Bound[DropIterator]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from DropIterator toBoundOps[DropIterator] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[DropIterator] is in scope.
    Definition Classes
    BoundOps
  114. def to[C1](factory: Factory[Double, C1]): C1
    Definition Classes
    IterableOnceOps
  115. def toArray[B >: Double](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    IterableOnceOps
  116. final def toBuffer[B >: Double]: Buffer[B]
    Definition Classes
    IterableOnceOps
    Annotations
    @inline()
  117. def toIndexedSeq: IndexedSeq[Double]
    Definition Classes
    IterableOnceOps
  118. def toList: List[Double]
    Definition Classes
    IterableOnceOps
  119. def toMap[K, V](implicit ev: <:<[Double, (K, V)]): Map[K, V]
    Definition Classes
    IterableOnceOps
  120. def toSeq: Seq[Double]
    Definition Classes
    IterableOnceOps
  121. def toSet[B >: Double]: Set[B]
    Definition Classes
    IterableOnceOps
  122. def toString(): String
    Definition Classes
    Iterator → AnyRef → Any
  123. def toVector: Vector[Double]
    Definition Classes
    IterableOnceOps
  124. def withFilter(p: (Double) => Boolean): Iterator[Double]
    Definition Classes
    Iterator
  125. def zip[B](that: IterableOnce[B]): Iterator[(Double, B)]
    Definition Classes
    Iterator
  126. def zipAll[A1 >: Double, B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]
    Definition Classes
    Iterator
  127. def zipFrom[B](f: (Double) => B): Iterator[(B, Double)]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  128. def zipIf[B](pf: PartialFunction[Double, B]): Iterator[(Double, B)]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  129. def zipTo[B, C](ys: Iterator[B])(f: (Double, B) => C): Iterator[C]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  130. def zipWith[B](f: (Double) => B): Iterator[(Double, B)]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
  131. def zipWithIndex: Iterator[(Double, Int)]
    Definition Classes
    Iterator → IterableOnceOps

Shadowed Implicit Value Members

  1. val xs: Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    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:
    (dropIterator: DrxIterator[Double]).xs
    Definition Classes
    DrxIterator
  2. val xs: Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIteratorDouble performed by method richDrxIteratorDouble in cc.drx.predef.Enrich.
    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:
    (dropIterator: DrxIteratorDouble).xs
    Definition Classes
    DrxIteratorDouble

Deprecated Value Members

  1. def /:[B](z: B)(op: (B, Double) => B): B
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double])./:(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  2. final def /:[B](z: B)(op: (B, Double) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldLeft instead of /:

  3. def /@[B](f: Applicable[Double, B]): Iterator[B]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to much magic

  4. def /@[B](f: (Double) => B): Iterator[B]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to much magic

  5. def :\[B](z: B)(op: (Double, B) => B): B
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).:\(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  6. final def :\[B](z: B)(op: (Double, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use foldRight instead of :\

  7. def ?>(f: (DropIterator) => Boolean): Option[DropIterator]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  8. def aggregate[B](z: => B)(seqop: (B, Double) => B, combop: (B, B) => B): B
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) aggregate is not relevant for sequential collections. Use foldLeft(z)(seqop) instead.

  9. def collectFirst[B](f: PartialFunction[Double, B]): Option[B]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).collectFirst(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.collectFirst(...) instead

  10. def copyToBuffer(dest: Buffer[Double]): Unit
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).copyToBuffer(dest)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead

  11. final def copyToBuffer[B >: Double](dest: Buffer[B]): Unit
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use dest ++= coll instead

  12. def count(f: (Double) => Boolean): Int
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).count(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.count(...) instead

  13. def exists(f: (Double) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).exists(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.exists(...) instead

  14. def filter(f: (Double) => Boolean): Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).filter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.filter(...) instead

  15. def find(p: (Double) => Boolean): Option[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).find(p)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.find instead

  16. def flatMap[B](f: (Double) => IterableOnce[B]): IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).flatMap(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable

  17. def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).fold(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.fold instead

  18. def foldLeft[B](z: B)(op: (B, Double) => B): B
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).foldLeft(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldLeft instead

  19. def foldRight[B](z: B)(op: (Double, B) => B): B
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).foldRight(z)(op)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foldRight instead

  20. def forall(f: (Double) => Boolean): Boolean
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).forall(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.forall(...) instead

  21. def foreach[U](f: (Double) => U): Unit
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).foreach(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.foreach(...) instead

  22. final def hasDefiniteSize: Boolean
    Definition Classes
    Iterator → IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) hasDefiniteSize on Iterator is the same as isEmpty

  23. def isEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).isEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.isEmpty instead

  24. def map[B](f: (Double) => B): IterableOnce[B]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).map(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable

  25. def mapBy[B](f: (Double) => B): Map[B, Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.13) use mapFrom(f) since it is beter in line wiht the zipFrom command

  26. def max(implicit ord: Ordering[Double]): Double
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).max(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.max instead

  27. def maxBy[B](f: (Double) => B)(implicit cmp: Ordering[B]): Double
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).maxBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.maxBy(...) instead

  28. def min(implicit ord: Ordering[Double]): Double
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).min(ord)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.min instead

  29. def minBy[B](f: (Double) => B)(implicit cmp: Ordering[B]): Double
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).minBy(f)(cmp)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.minBy(...) instead

  30. def mkMap[B](f: (Double) => B): Map[Double, B]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
    Annotations
    @deprecated
    Deprecated

    (Since version 0.1.8) use mapWith(f) or mapBy(f)

  31. def mkString: String
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).mkString
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  32. def mkString(sep: String): String
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).mkString(sep)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  33. def mkString(start: String, sep: String, end: String): String
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).mkString(start, sep, end)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.mkString instead

  34. def nonEmpty: Boolean
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).nonEmpty
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.nonEmpty instead

  35. def product(implicit num: Numeric[Double]): Double
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).product(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.product instead

  36. def reduce(f: (Double, Double) => Double): Double
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).reduce(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduce(...) instead

  37. def reduceLeft(f: (Double, Double) => Double): Double
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).reduceLeft(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeft(...) instead

  38. def reduceLeftOption(f: (Double, Double) => Double): Option[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).reduceLeftOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead

  39. def reduceOption(f: (Double, Double) => Double): Option[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).reduceOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceOption(...) instead

  40. def reduceRight(f: (Double, Double) => Double): Double
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).reduceRight(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRight(...) instead

  41. def reduceRightOption(f: (Double, Double) => Double): Option[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).reduceRightOption(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead

  42. def sameElements[B >: A](that: IterableOnce[B]): Boolean
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).sameElements(that)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sameElements instead

  43. def sample(reductionRatio: Double)(implicit rand: Rand): Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxIterator[Double] performed by method richDrxIterator in cc.drx.predef.Enrich.
    Definition Classes
    DrxIterator
    Annotations
    @deprecated
    Deprecated

    (Since version 0.2.13) use sampleByRatio instead for typesafety between Traverable and IndexedSeq samples

  44. def scanRight[B](z: B)(op: (Double, B) => B): Iterator[B]
    Definition Classes
    Iterator
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Call scanRight on an Iterable instead.

  45. def seq: DropIterator.this.type
    Definition Classes
    Iterator
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Iterator.seq always returns the iterator itself

  46. def size: Int
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).size
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.size instead

  47. def sum(implicit num: Numeric[Double]): Double
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).sum(num)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.sum instead

  48. def to[C1](factory: Factory[Double, C1]): C1
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).to(factory)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(factory) instead

  49. def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).toArray(arg0)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toArray

  50. def toBuffer[B >: A]: Buffer[B]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).toBuffer
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead

  51. def toIndexedSeq: IndexedSeq[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).toIndexedSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.toIndexedSeq instead

  52. final def toIterable: Iterable[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  53. def toIterator: Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).toIterator
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead

  54. final def toIterator: Iterator[Double]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator instead of .toIterator

  55. def toList: List[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).toList
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(List) instead

  56. def toMap[K, V](implicit ev: <:<[Double, (K, V)]): Map[K, V]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).toMap(ev)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Map) instead

  57. def toSeq: Seq[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).toSeq
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Seq) instead

  58. def toSet[B >: A]: Set[B]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).toSet
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Set) instead

  59. def toStream: Stream[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).toStream
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(LazyList) instead

  60. final def toStream: Stream[Double]
    Definition Classes
    IterableOnceOps
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .to(LazyList) instead of .toStream

  61. final def toTraversable: Traversable[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Iterable) instead

  62. def toVector: Vector[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).toVector
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use .iterator.to(Vector) instead

  63. def withFilter(f: (Double) => Boolean): Iterator[Double]
    Implicit
    This member is added by an implicit conversion from DropIterator toIterableOnceExtensionMethods[Double] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
    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:
    (dropIterator: IterableOnceExtensionMethods[Double]).withFilter(f)
    Definition Classes
    IterableOnceExtensionMethods
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use .iterator.withFilter(...) instead

  64. def |>[B](f: (DropIterator) => B): B
    Implicit
    This member is added by an implicit conversion from DropIterator toDrxAny[DropIterator] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)