Class TFlatMappingToDoubleStreamImpl<T>
java.lang.Object
org.teavm.classlib.java.util.stream.doubleimpl.TSimpleDoubleStreamImpl
org.teavm.classlib.java.util.stream.impl.TFlatMappingToDoubleStreamImpl<T>
- 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
-
Constructor Summary
ConstructorsConstructorDescriptionTFlatMappingToDoubleStreamImpl(TSimpleStreamImpl<T> sourceStream, Function<? super T,? extends TDoubleStream> mapper)
-
Method Summary
Methods inherited from class org.teavm.classlib.java.util.stream.doubleimpl.TSimpleDoubleStreamImpl
allMatch, anyMatch, average, boxed, collect, count, distinct, 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, toArray, unordered
-
Constructor Details
-
TFlatMappingToDoubleStreamImpl
public TFlatMappingToDoubleStreamImpl(TSimpleStreamImpl<T> sourceStream, Function<? super T,? extends TDoubleStream> mapper)
-
-
Method Details
-
next
- Specified by:
next
in classTSimpleDoubleStreamImpl
-
close
- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classTSimpleDoubleStreamImpl
- Throws:
Exception
-