final class ScalaJLongStream extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaJLongStream
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalaJLongStream(jStream: commons.JLongStream)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def allMatch(predicate: (Long) ⇒ Boolean): Boolean
- def anyMatch(predicate: (Long) ⇒ Boolean): Boolean
- def asDoubleStream: ScalaJDoubleStream
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJava: commons.JLongStream
- def average: Option[Double]
- def boxed: ScalaJStream[Long]
- def close(): Unit
- def collect[R](supplier: ⇒ R)(accumulator: (R, Long) ⇒ Any, combiner: (R, R) ⇒ Any): R
- def count: Long
- def distinct: ScalaJLongStream
- def filter(predicate: (Long) ⇒ Boolean): ScalaJLongStream
- def findAny: Option[Long]
- def findFirst: Option[Long]
- def flatMap(mapper: (Long) ⇒ ScalaJLongStream): ScalaJLongStream
- def forEach(action: (Long) ⇒ Any): Unit
- def forEachOrdered(action: (Long) ⇒ Any): Unit
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isParallel: Boolean
- def iterator: Iterator[Long]
- def limit(maxSize: Long): ScalaJLongStream
- def map(mapper: (Long) ⇒ Long): ScalaJLongStream
- def mapToDouble(mapper: (Long) ⇒ Double): ScalaJDoubleStream
- def mapToInt(mapper: (Long) ⇒ Int): ScalaJIntStream
- def mapToObj[U](mapper: (Long) ⇒ U): ScalaJStream[U]
- def max: Option[Long]
- def min: Option[Long]
- def noneMatch(predicate: (Long) ⇒ Boolean): Boolean
- def onClose(closeHandler: ⇒ Any): ScalaJLongStream
- def parallel: ScalaJLongStream
- def peek(action: (Long) ⇒ Any): ScalaJLongStream
- def reduce(op: (Long, Long) ⇒ Long): Option[Long]
- def reduce(identity: Long)(op: (Long, Long) ⇒ Long): Long
- def sequential: ScalaJLongStream
- def skip(n: Long): ScalaJLongStream
- def sorted: ScalaJLongStream
- def sum: Long
- def summaryStatistics: LongSummaryStatistics
- def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Long, Col[Long]]): Col[Long]
- def toArray: Array[Long]
-
def
toString(): String
- Definition Classes
- Any
- def unordered: ScalaJLongStream