c

com.avsystem.commons.jiop

ScalaJIntStream

final class ScalaJIntStream extends AnyVal

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

Instance Constructors

  1. new ScalaJIntStream(jStream: commons.JIntStream)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def allMatch(predicate: (Int) ⇒ Boolean): Boolean
  5. def anyMatch(predicate: (Int) ⇒ Boolean): Boolean
  6. def asDoubleStream: ScalaJDoubleStream
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asJava: commons.JIntStream
  9. def asLongStream: ScalaJLongStream
  10. def average: Option[Double]
  11. def boxed: ScalaJStream[Int]
  12. def close(): Unit
  13. def collect[R](supplier: ⇒ R)(accumulator: (R, Int) ⇒ Any, combiner: (R, R) ⇒ Any): R
  14. def count: Long
  15. def distinct: ScalaJIntStream
  16. def filter(predicate: (Int) ⇒ Boolean): ScalaJIntStream
  17. def findAny: Option[Int]
  18. def findFirst: Option[Int]
  19. def flatMap(mapper: (Int) ⇒ ScalaJIntStream): ScalaJIntStream
  20. def forEach(action: (Int) ⇒ Any): Unit
  21. def forEachOrdered(action: (Int) ⇒ Any): Unit
  22. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def isParallel: Boolean
  25. def iterator: Iterator[Int]
  26. def limit(maxSize: Long): ScalaJIntStream
  27. def map(mapper: (Int) ⇒ Int): ScalaJIntStream
  28. def mapToDouble(mapper: (Int) ⇒ Double): ScalaJDoubleStream
  29. def mapToLong(mapper: (Int) ⇒ Long): ScalaJLongStream
  30. def mapToObj[U](mapper: (Int) ⇒ U): ScalaJStream[U]
  31. def max: Option[Int]
  32. def min: Option[Int]
  33. def noneMatch(predicate: (Int) ⇒ Boolean): Boolean
  34. def onClose(closeHandler: ⇒ Any): ScalaJIntStream
  35. def parallel: ScalaJIntStream
  36. def peek(action: (Int) ⇒ Any): ScalaJIntStream
  37. def reduce(op: (Int, Int) ⇒ Int): Option[Int]
  38. def reduce(identity: Int)(op: (Int, Int) ⇒ Int): Int
  39. def sequential: ScalaJIntStream
  40. def skip(n: Long): ScalaJIntStream
  41. def sorted: ScalaJIntStream
  42. def sum: Int
  43. def summaryStatistics: IntSummaryStatistics
  44. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Int, Col[Int]]): Col[Int]
  45. def toArray: Array[Int]
  46. def toString(): String
    Definition Classes
    Any
  47. def unordered: ScalaJIntStream

Inherited from AnyVal

Inherited from Any

Ungrouped