Class TFlatMappingToIntStreamImpl<T>
java.lang.Object
org.teavm.classlib.java.util.stream.intimpl.TSimpleIntStreamImpl
org.teavm.classlib.java.util.stream.impl.TFlatMappingToIntStreamImpl<T>
- All Implemented Interfaces:
AutoCloseable
,TBaseStream<Integer,
,TIntStream> TIntStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TIntStream
TIntStream.Builder, TIntStream.IntMapMultiConsumer
-
Constructor Summary
ConstructorsConstructorDescriptionTFlatMappingToIntStreamImpl
(TSimpleStreamImpl<T> sourceStream, Function<? super T, ? extends TIntStream> mapper) -
Method Summary
Methods inherited from class org.teavm.classlib.java.util.stream.intimpl.TSimpleIntStreamImpl
allMatch, anyMatch, asDoubleStream, asLongStream, average, boxed, collect, count, distinct, dropWhile, estimateSize, filter, findAny, findFirst, flatMap, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToDouble, 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.TIntStream
mapMulti
-
Constructor Details
-
TFlatMappingToIntStreamImpl
public TFlatMappingToIntStreamImpl(TSimpleStreamImpl<T> sourceStream, Function<? super T, ? extends TIntStream> mapper)
-
-
Method Details
-
next
- Specified by:
next
in classTSimpleIntStreamImpl
-
close
- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classTSimpleIntStreamImpl
- Throws:
Exception
-