Class TFlatMappingToLongStreamImpl<T>
java.lang.Object
org.teavm.classlib.java.util.stream.longimpl.TSimpleLongStreamImpl
org.teavm.classlib.java.util.stream.impl.TFlatMappingToLongStreamImpl<T>
- All Implemented Interfaces:
AutoCloseable
,TBaseStream<Long,TLongStream>
,TLongStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TLongStream
TLongStream.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionTFlatMappingToLongStreamImpl(TSimpleStreamImpl<T> sourceStream, Function<? super T,? extends TLongStream> mapper)
-
Method Summary
Methods inherited from class org.teavm.classlib.java.util.stream.longimpl.TSimpleLongStreamImpl
allMatch, anyMatch, asDoubleStream, average, boxed, collect, count, distinct, estimateSize, filter, findAny, findFirst, flatMap, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToDouble, mapToInt, mapToObj, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, sequential, skip, sorted, spliterator, sum, toArray, unordered
-
Constructor Details
-
TFlatMappingToLongStreamImpl
public TFlatMappingToLongStreamImpl(TSimpleStreamImpl<T> sourceStream, Function<? super T,? extends TLongStream> mapper)
-
-
Method Details
-
next
- Specified by:
next
in classTSimpleLongStreamImpl
-
close
- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classTSimpleLongStreamImpl
- Throws:
Exception
-