final class DrxIteratorDouble extends AnyVal
- Source
- collection.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DrxIteratorDouble
- AnyVal
- Any
Implicitly
- by richDrxAny
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toany2stringadd[DrxIteratorDouble] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (DrxIteratorDouble, B)
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toArrowAssoc[DrxIteratorDouble] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def applyIf(t: Boolean, f: (DrxIteratorDouble) => DrxIteratorDouble): DrxIteratorDouble
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def applyIf(t: (DrxIteratorDouble) => Boolean)(f: (DrxIteratorDouble) => DrxIteratorDouble): DrxIteratorDouble
better chaining for types
better chaining for types
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def deltas: Iterator[Double]
- def diff(ts: Iterator[Double]): Iterator[Double]
- def elementOf(xs: Set[DrxIteratorDouble]): Boolean
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def ensuring(cond: (DrxIteratorDouble) => Boolean, msg: => Any): DrxIteratorDouble
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toEnsuring[DrxIteratorDouble] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (DrxIteratorDouble) => Boolean): DrxIteratorDouble
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toEnsuring[DrxIteratorDouble] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): DrxIteratorDouble
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toEnsuring[DrxIteratorDouble] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): DrxIteratorDouble
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toEnsuring[DrxIteratorDouble] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toStringFormat[DrxIteratorDouble] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def noneIf(f: (DrxIteratorDouble) => Boolean): Option[DrxIteratorDouble]
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def optionIf(f: (DrxIteratorDouble) => Boolean): Option[DrxIteratorDouble]
optionally wrap an object
optionally wrap an object
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def preApply[B](f: (DrxIteratorDouble) => B): B
a preApply f => f(a)
a preApply f => f(a)
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def sideEffect(f: (DrxIteratorDouble) => Unit): DrxIteratorDouble
side effect filter
side effect filter
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def someIf(f: (DrxIteratorDouble) => Boolean): Option[DrxIteratorDouble]
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- val thisAny: DrxIteratorDouble
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] performed by method richDrxAny in cc.drx.predef.Enrich.
- Definition Classes
- DrxAny
- def toString(): String
- Definition Classes
- Any
- val xs: Iterator[Double]
Deprecated Value Members
- def ?>(f: (DrxIteratorDouble) => Boolean): Option[DrxIteratorDouble]
alias for option if
alias for option if
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] 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
- def |>[B](f: (DrxIteratorDouble) => B): B
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toDrxAny[DrxIteratorDouble] 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)
- def →[B](y: B): (DrxIteratorDouble, B)
- Implicit
- This member is added by an implicit conversion from DrxIteratorDouble toArrowAssoc[DrxIteratorDouble] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.