Class TFlatMappingStreamImpl<T,S>
java.lang.Object
org.teavm.classlib.java.util.stream.impl.TSimpleStreamImpl<T>
org.teavm.classlib.java.util.stream.impl.TFlatMappingStreamImpl<T,S>
- All Implemented Interfaces:
AutoCloseable
,TBaseStream<T,TStream<T>>
,TStream<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TStream
TStream.Builder<T>
-
Constructor Summary
ConstructorsConstructorDescriptionTFlatMappingStreamImpl(TSimpleStreamImpl<S> sourceStream, Function<? super S,? extends TStream<? extends T>> mapper)
-
Method Summary
Methods inherited from class org.teavm.classlib.java.util.stream.impl.TSimpleStreamImpl
allMatch, anyMatch, 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
-
TFlatMappingStreamImpl
-
-
Method Details
-
next
- Specified by:
next
in classTSimpleStreamImpl<T>
-
close
- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classTSimpleStreamImpl<T>
- Throws:
Exception
-