Available on java
allMatch(param1:DoublePredicate):Bool
anyMatch(param1:DoublePredicate):Bool
average():OptionalDouble
boxed():Stream<Double>
@:throws("java.lang.Exception")close():Void
collect<R>(param1:Supplier<R>, param2:ObjDoubleConsumer<R>, param3:BiConsumer<R, R>):R
count():Int64
distinct():DoubleStream
filter(param1:DoublePredicate):DoubleStream
findAny():OptionalDouble
findFirst():OptionalDouble
flatMap(param1:DoubleFunction<DoubleStream>):DoubleStream
forEach(param1:DoubleConsumer):Void
forEachOrdered(param1:DoubleConsumer):Void
isParallel():Bool
iterator():PrimitiveIterator_OfDouble
limit(param1:Int64):DoubleStream
map(param1:DoubleUnaryOperator):DoubleStream
mapToInt(param1:DoubleToIntFunction):IntStream
mapToLong(param1:DoubleToLongFunction):LongStream
mapToObj<U>(param1:DoubleFunction<U>):Stream<U>
max():OptionalDouble
min():OptionalDouble
noneMatch(param1:DoublePredicate):Bool
onClose(param1:Runnable):DoubleStream
parallel():DoubleStream
peek(param1:DoubleConsumer):DoubleStream
reduce(param1:DoubleBinaryOperator):OptionalDouble
reduce(param1:Float, param2:DoubleBinaryOperator):Float
sequential():DoubleStream
skip(param1:Int64):DoubleStream
sorted():DoubleStream
spliterator():Spliterator_OfDouble
sum():Float
summaryStatistics():DoubleSummaryStatistics
toArray():NativeArray<Float>
unordered():DoubleStream