Class TIterateDoubleStream
java.lang.Object
org.teavm.classlib.java.util.stream.doubleimpl.TSimpleDoubleStreamImpl
org.teavm.classlib.java.util.stream.doubleimpl.TIterateDoubleStream
- All Implemented Interfaces:
AutoCloseable
,TBaseStream<Double,
,TDoubleStream> TDoubleStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TDoubleStream
TDoubleStream.Builder, TDoubleStream.DoubleMapMultiConsumer
-
Constructor Summary
ConstructorsConstructorDescriptionTIterateDoubleStream
(double value, DoublePredicate pr, DoubleUnaryOperator f) TIterateDoubleStream
(double value, DoubleUnaryOperator f) -
Method Summary
Methods inherited from class org.teavm.classlib.java.util.stream.doubleimpl.TSimpleDoubleStreamImpl
allMatch, anyMatch, average, boxed, close, collect, count, distinct, dropWhile, estimateSize, filter, findAny, findFirst, flatMap, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToInt, mapToLong, mapToObj, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, sequential, skip, sorted, spliterator, sum, summaryStatistics, takeWhile, toArray, unordered
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.classlib.java.util.stream.TDoubleStream
mapMulti
-
Constructor Details
-
TIterateDoubleStream
-
TIterateDoubleStream
-
-
Method Details
-
next
- Specified by:
next
in classTSimpleDoubleStreamImpl
-