nobox

ofDouble

final class ofDouble extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ofDouble
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ofDouble(self: Array[Double])

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  2. final def ##(): Int

    Definition Classes
    Any
  3. def ++(that: ofDouble): ofDouble

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  5. def ===(that: ofDouble): Boolean

  6. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def collectBoolean(f: PartialFunction[Double, Boolean]): ofBoolean

  9. def collectByte(f: PartialFunction[Double, Byte]): ofByte

  10. def collectChar(f: PartialFunction[Double, Char]): ofChar

  11. def collectDouble(f: PartialFunction[Double, Double]): ofDouble

  12. def collectFirstBoolean(f: PartialFunction[Double, Boolean]): Option[Boolean]

  13. def collectFirstByte(f: PartialFunction[Double, Byte]): Option[Byte]

  14. def collectFirstChar(f: PartialFunction[Double, Char]): Option[Char]

  15. def collectFirstDouble(f: PartialFunction[Double, Double]): Option[Double]

  16. def collectFirstFloat(f: PartialFunction[Double, Float]): Option[Float]

  17. def collectFirstInt(f: PartialFunction[Double, Int]): Option[Int]

  18. def collectFirstLong(f: PartialFunction[Double, Long]): Option[Long]

  19. def collectFirstShort(f: PartialFunction[Double, Short]): Option[Short]

  20. def collectFloat(f: PartialFunction[Double, Float]): ofFloat

  21. def collectInt(f: PartialFunction[Double, Int]): ofInt

  22. def collectLong(f: PartialFunction[Double, Long]): ofLong

  23. def collectShort(f: PartialFunction[Double, Short]): ofShort

  24. def contains(elem: Double): Boolean

  25. def count(f: (Double) ⇒ Boolean): Int

  26. def drop(n: Int): ofDouble

  27. def dropRight(n: Int): ofDouble

  28. def dropWhile(f: (Double) ⇒ Boolean): ofDouble

  29. def exists(f: (Double) ⇒ Boolean): Boolean

  30. def filter(f: (Double) ⇒ Boolean): ofDouble

  31. def filterNot(f: (Double) ⇒ Boolean): ofDouble

  32. def find(f: (Double) ⇒ Boolean): Option[Double]

  33. def flatMapBoolean(f: (Double) ⇒ Array[Boolean]): ofBoolean

  34. def flatMapByte(f: (Double) ⇒ Array[Byte]): ofByte

  35. def flatMapChar(f: (Double) ⇒ Array[Char]): ofChar

  36. def flatMapDouble(f: (Double) ⇒ Array[Double]): ofDouble

  37. def flatMapFloat(f: (Double) ⇒ Array[Float]): ofFloat

  38. def flatMapInt(f: (Double) ⇒ Array[Int]): ofInt

  39. def flatMapLong(f: (Double) ⇒ Array[Long]): ofLong

  40. def flatMapShort(f: (Double) ⇒ Array[Short]): ofShort

  41. def foldLeft[A](z: A)(f: (A, Double) ⇒ A): A

  42. def foldLeftBoolean(z: Boolean)(f: (Boolean, Double) ⇒ Boolean): Boolean

  43. def foldLeftByte(z: Byte)(f: (Byte, Double) ⇒ Byte): Byte

  44. def foldLeftChar(z: Char)(f: (Char, Double) ⇒ Char): Char

  45. def foldLeftDouble(z: Double)(f: (Double, Double) ⇒ Double): Double

  46. def foldLeftFloat(z: Float)(f: (Float, Double) ⇒ Float): Float

  47. def foldLeftInt(z: Int)(f: (Int, Double) ⇒ Int): Int

  48. def foldLeftLong(z: Long)(f: (Long, Double) ⇒ Long): Long

  49. def foldLeftShort(z: Short)(f: (Short, Double) ⇒ Short): Short

  50. def foldRight[A](z: A)(f: (Double, A) ⇒ A): A

  51. def foldRightBoolean(z: Boolean)(f: (Double, Boolean) ⇒ Boolean): Boolean

  52. def foldRightByte(z: Byte)(f: (Double, Byte) ⇒ Byte): Byte

  53. def foldRightChar(z: Char)(f: (Double, Char) ⇒ Char): Char

  54. def foldRightDouble(z: Double)(f: (Double, Double) ⇒ Double): Double

  55. def foldRightFloat(z: Float)(f: (Double, Float) ⇒ Float): Float

  56. def foldRightInt(z: Int)(f: (Double, Int) ⇒ Int): Int

  57. def foldRightLong(z: Long)(f: (Double, Long) ⇒ Long): Long

  58. def foldRightShort(z: Short)(f: (Double, Short) ⇒ Short): Short

  59. def forall(f: (Double) ⇒ Boolean): Boolean

  60. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  61. def grouped(n: Int): Iterator[ofDouble]

  62. def indexOf(elem: Double): Option[Int]

  63. def inits: Iterator[ofDouble]

  64. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  65. def lastIndexOf(elem: Double): Option[Int]

  66. def length: Int

  67. def mapBoolean(f: (Double) ⇒ Boolean): ofBoolean

  68. def mapByte(f: (Double) ⇒ Byte): ofByte

  69. def mapChar(f: (Double) ⇒ Char): ofChar

  70. def mapDouble(f: (Double) ⇒ Double): ofDouble

  71. def mapFloat(f: (Double) ⇒ Float): ofFloat

  72. def mapInt(f: (Double) ⇒ Int): ofInt

  73. def mapLong(f: (Double) ⇒ Long): ofLong

  74. def mapShort(f: (Double) ⇒ Short): ofShort

  75. def mkString: String

  76. def mkString(sep: String): String

  77. def mkString(start: String, sep: String, end: String): String

  78. def partition(f: (Double) ⇒ Boolean): (ofDouble, ofDouble)

  79. def product: Double

  80. def reduceLeftOption(f: (Double, Double) ⇒ Double): Option[Double]

  81. def reduceRightOption(f: (Double, Double) ⇒ Double): Option[Double]

  82. def reverse: ofDouble

  83. def reverseMapBoolean(f: (Double) ⇒ Boolean): ofBoolean

  84. def reverseMapByte(f: (Double) ⇒ Byte): ofByte

  85. def reverseMapChar(f: (Double) ⇒ Char): ofChar

  86. def reverseMapDouble(f: (Double) ⇒ Double): ofDouble

  87. def reverseMapFloat(f: (Double) ⇒ Float): ofFloat

  88. def reverseMapInt(f: (Double) ⇒ Int): ofInt

  89. def reverseMapLong(f: (Double) ⇒ Long): ofLong

  90. def reverseMapShort(f: (Double) ⇒ Short): ofShort

  91. def reverse_:::(prefix: ofDouble): ofDouble

  92. val self: Array[Double]

  93. def size: Int

  94. def slice(from: Int, until: Int): ofDouble

  95. def sorted: ofDouble

  96. def span(f: (Double) ⇒ Boolean): (ofDouble, ofDouble)

  97. def splitAt(n: Int): (ofDouble, ofDouble)

  98. def sum: Double

  99. def tails: Iterator[ofDouble]

  100. def take(n: Int): ofDouble

  101. def takeRight(n: Int): ofDouble

  102. def takeWhile(f: (Double) ⇒ Boolean): ofDouble

  103. def toString(): String

    Definition Classes
    ofDouble → Any
  104. def updated(index: Int, elem: Double): ofDouble

  105. def withFilter(f: (Double) ⇒ Boolean): ofDouble

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped