IntStream

package java.util.stream

extends BaseStream<Integer, IntStream>

Available on java

Methods

allMatch(param1:IntPredicate):Bool

anyMatch(param1:IntPredicate):Bool

asDoubleStream():DoubleStream

asLongStream():LongStream

average():OptionalDouble

boxed():Stream<Integer>

close():Void

collect<R>(param1:Supplier<R>, param2:ObjIntConsumer<R>, param3:BiConsumer<R, R>):R

count():Int64

distinct():IntStream

filter(param1:IntPredicate):IntStream

findAny():OptionalInt

findFirst():OptionalInt

flatMap(param1:IntFunction<IntStream>):IntStream

forEach(param1:IntConsumer):Void

forEachOrdered(param1:IntConsumer):Void

isParallel():Bool

iterator():PrimitiveIterator_OfInt

limit(param1:Int64):IntStream

map(param1:IntUnaryOperator):IntStream

mapToDouble(param1:IntToDoubleFunction):DoubleStream

mapToLong(param1:IntToLongFunction):LongStream

mapToObj<U>(param1:IntFunction<U>):Stream<U>

max():OptionalInt

min():OptionalInt

noneMatch(param1:IntPredicate):Bool

onClose(param1:Runnable):IntStream

parallel():IntStream

peek(param1:IntConsumer):IntStream

reduce(param1:IntBinaryOperator):OptionalInt

reduce(param1:Int, param2:IntBinaryOperator):Int

sequential():IntStream

skip(param1:Int64):IntStream

sorted():IntStream

spliterator():Spliterator_OfInt

sum():Int

summaryStatistics():IntSummaryStatistics

toArray():NativeArray<Int>

unordered():IntStream

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/stream/IntStream.html