Package Summary Overview Summary |
class:IntStream [NONE] |
|
|
method:filter(java.util.function.IntPredicate) [NONE] |
|
|
method:map(java.util.function.IntUnaryOperator) [NONE] |
|
|
method:mapToObj(java.util.function.IntFunction) [NONE] |
|
|
method:mapToLong(java.util.function.IntToLongFunction) [NONE] |
|
|
method:mapToDouble(java.util.function.IntToDoubleFunction) [NONE] |
|
|
method:flatMap(java.util.function.IntFunction) [NONE] |
|
|
method:mapMulti(java.util.stream.IntStream.IntMapMultiConsumer) [NONE] |
|
|
method:distinct() [NONE] |
|
|
method:sorted() [NONE] |
|
|
method:peek(java.util.function.IntConsumer) [NONE] |
|
|
method:limit(long) [NONE] |
|
|
method:skip(long) [NONE] |
|
|
method:takeWhile(java.util.function.IntPredicate) [NONE] |
|
|
method:dropWhile(java.util.function.IntPredicate) [NONE] |
|
|
method:forEach(java.util.function.IntConsumer) [NONE] |
|
|
method:forEachOrdered(java.util.function.IntConsumer) [NONE] |
|
|
method:toArray() [NONE] |
|
|
method:reduce(int,java.util.function.IntBinaryOperator) [NONE] |
|
|
method:reduce(java.util.function.IntBinaryOperator) [NONE] |
|
|
method:collect(java.util.function.Supplier,java.util.function.ObjIntConsumer,java.util.function.BiConsumer) [NONE] |
|
|
method:sum() [NONE] |
|
|
method:min() [NONE] |
|
|
method:max() [NONE] |
|
|
method:count() [NONE] |
|
|
method:average() [NONE] |
|
|
method:summaryStatistics() [NONE] |
|
|
method:anyMatch(java.util.function.IntPredicate) [NONE] |
|
|
method:allMatch(java.util.function.IntPredicate) [NONE] |
|
|
method:noneMatch(java.util.function.IntPredicate) [NONE] |
|
|
method:findFirst() [NONE] |
|
|
method:findAny() [NONE] |
|
|
method:asLongStream() [NONE] |
|
|
method:asDoubleStream() [NONE] |
|
|
method:boxed() [NONE] |
|
|
method:sequential() [NONE] |
|
|
method:parallel() [NONE] |
|
|
method:iterator() [NONE] |
|
|
method:spliterator() [NONE] |
|
|
method:builder() [NONE] |
|
|
method:empty() [NONE] |
|
|
method:of(int) [NONE] |
|
|
method:of(int...) [NONE] |
|
|
method:iterate(int,java.util.function.IntUnaryOperator) [NONE] |
|
|
method:iterate(int,java.util.function.IntPredicate,java.util.function.IntUnaryOperator) [NONE] |
|
|
method:range(int,int) [NONE] |
|
|
method:rangeClosed(int,int) [NONE] |
|
|
method:concat(java.util.stream.IntStream,java.util.stream.IntStream) [NONE] |
|
|
© 2023 Oracle Corporation and/or its affiliates