Class TWrappingStreamImpl<T,S>
java.lang.Object
org.teavm.classlib.java.util.stream.impl.TSimpleStreamImpl<T>
org.teavm.classlib.java.util.stream.impl.TWrappingStreamImpl<T,S>
- All Implemented Interfaces:
AutoCloseable
,TBaseStream<T,
,TStream<T>> TStream<T>
- Direct Known Subclasses:
TDistinctStreamImpl
,TDropWhileStream
,TFilteringStreamImpl
,TMappingStreamImpl
,TPeekingStreamImpl
,TTakeWhileStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TStream
TStream.Builder<T>
-
Constructor Summary
-
Method Summary
Methods inherited from class org.teavm.classlib.java.util.stream.impl.TSimpleStreamImpl
allMatch, anyMatch, collect, collect, count, distinct, dropWhile, 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, takeWhile, toArray, 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.TStream
mapMulti, mapMultiToDouble, mapMultiToInt, mapMultiToLong, toList
-
Constructor Details
-
TWrappingStreamImpl
-
-
Method Details
-
next
- Specified by:
next
in classTSimpleStreamImpl<T>
-
wrap
-
estimateSize
protected int estimateSize()- Overrides:
estimateSize
in classTSimpleStreamImpl<T>
-
close
- Specified by:
close
in interfaceAutoCloseable
- Overrides:
close
in classTSimpleStreamImpl<T>
- Throws:
Exception
-