Class

com.avsystem.commons.jiop

ScalaJLongStream

Related Doc: package jiop

Permalink

final class ScalaJLongStream extends AnyVal

Linear Supertypes
AnyVal, Any
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)

    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: (Long) ⇒ Boolean): Boolean

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

    Permalink
  6. def asDoubleStream: ScalaJDoubleStream

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def asJava: commons.JLongStream

    Permalink
  9. def average: Option[Double]

    Permalink
  10. def boxed: ScalaJStream[Long]

    Permalink
  11. def close(): Unit

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

    Permalink
  13. def count: Long

    Permalink
  14. def distinct: ScalaJLongStream

    Permalink
  15. def filter(predicate: (Long) ⇒ Boolean): ScalaJLongStream

    Permalink
  16. def findAny: Option[Long]

    Permalink
  17. def findFirst: Option[Long]

    Permalink
  18. def flatMap(mapper: (Long) ⇒ ScalaJLongStream): ScalaJLongStream

    Permalink
  19. def forEach(action: (Long) ⇒ Any): Unit

    Permalink
  20. def forEachOrdered(action: (Long) ⇒ Any): Unit

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

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

    Permalink
    Definition Classes
    Any
  23. def isParallel: Boolean

    Permalink
  24. def iterator: Iterator[Long]

    Permalink
  25. def limit(maxSize: Long): ScalaJLongStream

    Permalink
  26. def map(mapper: (Long) ⇒ Long): ScalaJLongStream

    Permalink
  27. def mapToDouble(mapper: (Long) ⇒ Double): ScalaJDoubleStream

    Permalink
  28. def mapToInt(mapper: (Long) ⇒ Int): ScalaJIntStream

    Permalink
  29. def mapToObj[U](mapper: (Long) ⇒ U): ScalaJStream[U]

    Permalink
  30. def max: Option[Long]

    Permalink
  31. def min: Option[Long]

    Permalink
  32. def noneMatch(predicate: (Long) ⇒ Boolean): Boolean

    Permalink
  33. def onClose(closeHandler: ⇒ Any): ScalaJLongStream

    Permalink
  34. def parallel: ScalaJLongStream

    Permalink
  35. def peek(action: (Long) ⇒ Any): ScalaJLongStream

    Permalink
  36. def reduce(op: (Long, Long) ⇒ Long): Option[Long]

    Permalink
  37. def reduce(identity: Long)(op: (Long, Long) ⇒ Long): Long

    Permalink
  38. def sequential: ScalaJLongStream

    Permalink
  39. def skip(n: Long): ScalaJLongStream

    Permalink
  40. def sorted: ScalaJLongStream

    Permalink
  41. def sum: Long

    Permalink
  42. def summaryStatistics: LongSummaryStatistics

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

    Permalink
  44. def toArray: Array[Long]

    Permalink
  45. def toString(): String

    Permalink
    Definition Classes
    Any
  46. def unordered: ScalaJLongStream

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped