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