package java.util.stream
import java.util.stream.IntStream
Available on java
staticbuilder():IntStream_Builderstaticconcat(param1:IntStream, param2:IntStream):IntStreamstaticempty():IntStreamstaticgenerate(param1:IntSupplier):IntStreamstaticiterate(param1:Int, param2:IntUnaryOperator):IntStreamstaticof(param1:NativeArray<Int>):IntStreamstaticof(param1:Int):IntStreamstaticrange(param1:Int, param2:Int):IntStreamstaticrangeClosed(param1:Int, param2:Int):IntStream
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/stream/IntStream_Statics.html