c

com.avsystem.commons.jiop

ScalaJLongStream

final class ScalaJLongStream extends AnyVal

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

Instance Constructors

  1. new ScalaJLongStream(jStream: commons.JLongStream)

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

Inherited from AnyVal

Inherited from Any

Ungrouped