package java.util.stream
extends BaseStream<Double, DoubleStream>
Available on java
allMatch(param1:DoublePredicate):BoolanyMatch(param1:DoublePredicate):Boolaverage():OptionalDoubleboxed():Stream<Double>close():Voidcollect<R>(param1:Supplier<R>, param2:ObjDoubleConsumer<R>, param3:BiConsumer<R, R>):Rcount():Int64distinct():DoubleStreamfilter(param1:DoublePredicate):DoubleStreamfindAny():OptionalDoublefindFirst():OptionalDoubleflatMap(param1:DoubleFunction<DoubleStream>):DoubleStreamforEach(param1:DoubleConsumer):VoidforEachOrdered(param1:DoubleConsumer):VoidisParallel():Booliterator():PrimitiveIterator_OfDoublelimit(param1:Int64):DoubleStreammap(param1:DoubleUnaryOperator):DoubleStreammapToInt(param1:DoubleToIntFunction):IntStreammapToLong(param1:DoubleToLongFunction):LongStreammapToObj<U>(param1:DoubleFunction<U>):Stream<U>max():OptionalDoublemin():OptionalDoublenoneMatch(param1:DoublePredicate):BoolonClose(param1:Runnable):DoubleStreamparallel():DoubleStreampeek(param1:DoubleConsumer):DoubleStreamreduce(param1:DoubleBinaryOperator):OptionalDoublereduce(param1:Float, param2:DoubleBinaryOperator):Floatsequential():DoubleStreamskip(param1:Int64):DoubleStreamsorted():DoubleStreamspliterator():Spliterator_OfDoublesum():FloatsummaryStatistics():DoubleSummaryStatisticstoArray():NativeArray<Float>unordered():DoubleStream
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/stream/DoubleStream.html