final class ofDouble1 extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ofDouble1
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def ++(that: ofDouble1): ofDouble1
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. def ===(that: ofDouble1): Boolean
    Annotations
    @inline()
  6. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def contains(elem: Double): Boolean
  9. def count(f: (Double) ⇒ Boolean): Int
  10. def drop(n: Int): ofDouble
  11. def dropRight(n: Int): ofDouble
  12. def dropWhile(f: (Double) ⇒ Boolean): ofDouble
  13. def exists(f: (Double) ⇒ Boolean): Boolean
  14. def filter(f: (Double) ⇒ Boolean): ofDouble
  15. def filterNot(f: (Double) ⇒ Boolean): ofDouble
  16. def find(f: (Double) ⇒ Boolean): Option[Double]
  17. def forall(f: (Double) ⇒ Boolean): Boolean
  18. def foreach[U](f: (Double) ⇒ U): Unit
  19. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  20. def head: Double
  21. def indexOf(elem: Double): Option[Int]
  22. def init: ofDouble
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def lastIndexOf(elem: Double): Option[Int]
  25. def length: Int
  26. def max: Double
  27. def maxBy[A](f: (Double) ⇒ A)(implicit A: Ordering[A]): Double
  28. def min: Double
  29. def minBy[A](f: (Double) ⇒ A)(implicit A: Ordering[A]): Double
  30. def minmax: (Double, Double)
  31. def mkString: String
  32. def mkString(sep: String): String
  33. def mkString(start: String, sep: String, end: String): String
  34. def reduceLeft(f: (Double, Double) ⇒ Double): Double
  35. def reduceRight(f: (Double, Double) ⇒ Double): Double
  36. def reverse: ofDouble1
  37. def scanLeft1(f: (Double, Double) ⇒ Double): ofDouble1
  38. def scanRight1(f: (Double, Double) ⇒ Double): ofDouble1
  39. val self: Array[Double]
  40. def sorted: ofDouble1
  41. def tail: ofDouble
  42. def take(n: Int): ofDouble
  43. def takeWhile(f: (Double) ⇒ Boolean): ofDouble
  44. def toArray: Array[Double]
  45. def toList: List[Double]
  46. def toString(): String
    Definition Classes
    ofDouble1 → Any

Inherited from AnyVal

Inherited from Any

Ungrouped