Class TBoxedDoubleStream
java.lang.Object
org.teavm.classlib.java.util.stream.impl.TSimpleStreamImpl<Double>
org.teavm.classlib.java.util.stream.doubleimpl.TBoxedDoubleStream
- All Implemented Interfaces:
AutoCloseable
,TBaseStream<Double,TStream<Double>>
,TStream<Double>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TStream
TStream.Builder<T>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.teavm.classlib.java.util.stream.impl.TSimpleStreamImpl
allMatch, anyMatch, close, collect, collect, count, distinct, estimateSize, filter, findAny, findFirst, flatMap, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, reduce, sequential, skip, sorted, sorted, spliterator, toArray, toArray, unordered
-
Constructor Details
-
TBoxedDoubleStream
-
-
Method Details
-
next
- Specified by:
next
in classTSimpleStreamImpl<Double>
-