Class

com.avsystem.commons.jiop

ScalaJDoubleStream

Related Doc: package jiop

Permalink

final class ScalaJDoubleStream extends AnyVal

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

Instance Constructors

  1. new ScalaJDoubleStream(jStream: commons.JDoubleStream)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def allMatch(predicate: (Double) ⇒ Boolean): Boolean

    Permalink
  5. def anyMatch(predicate: (Double) ⇒ Boolean): Boolean

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def asJava: commons.JDoubleStream

    Permalink
  8. def average: Option[Double]

    Permalink
  9. def boxed: ScalaJStream[Double]

    Permalink
  10. def close(): Unit

    Permalink
  11. def collect[R](supplier: ⇒ R)(accumulator: (R, Double) ⇒ Any, combiner: (R, R) ⇒ Any): R

    Permalink
  12. def count: Long

    Permalink
  13. def distinct: ScalaJDoubleStream

    Permalink
  14. def filter(predicate: (Double) ⇒ Boolean): ScalaJDoubleStream

    Permalink
  15. def findAny: Option[Double]

    Permalink
  16. def findFirst: Option[Double]

    Permalink
  17. def flatMap(mapper: (Double) ⇒ ScalaJDoubleStream): ScalaJDoubleStream

    Permalink
  18. def forEach(action: (Double) ⇒ Any): Unit

    Permalink
  19. def forEachOrdered(action: (Double) ⇒ Any): Unit

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

    Permalink
    Definition Classes
    AnyVal → Any
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isParallel: Boolean

    Permalink
  23. def iterator: Iterator[Double]

    Permalink
  24. def limit(maxSize: Long): ScalaJDoubleStream

    Permalink
  25. def map(mapper: (Double) ⇒ Double): ScalaJDoubleStream

    Permalink
  26. def mapToInt(mapper: (Double) ⇒ Int): ScalaJIntStream

    Permalink
  27. def mapToLong(mapper: (Double) ⇒ Long): ScalaJLongStream

    Permalink
  28. def mapToObj[U](mapper: (Double) ⇒ U): ScalaJStream[U]

    Permalink
  29. def max: Option[Double]

    Permalink
  30. def min: Option[Double]

    Permalink
  31. def noneMatch(predicate: (Double) ⇒ Boolean): Boolean

    Permalink
  32. def onClose(closeHandler: ⇒ Any): ScalaJDoubleStream

    Permalink
  33. def parallel: ScalaJDoubleStream

    Permalink
  34. def peek(action: (Double) ⇒ Any): ScalaJDoubleStream

    Permalink
  35. def reduce(op: (Double, Double) ⇒ Double): Option[Double]

    Permalink
  36. def reduce(identity: Double)(op: (Double, Double) ⇒ Double): Double

    Permalink
  37. def sequential: ScalaJDoubleStream

    Permalink
  38. def skip(n: Long): ScalaJDoubleStream

    Permalink
  39. def sorted: ScalaJDoubleStream

    Permalink
  40. def sum: Double

    Permalink
  41. def summaryStatistics: DoubleSummaryStatistics

    Permalink
  42. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Double, Col[Double]]): Col[Double]

    Permalink
  43. def toArray: Array[Double]

    Permalink
  44. def toString(): String

    Permalink
    Definition Classes
    Any
  45. def unordered: ScalaJDoubleStream

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped