Class TWrappingIntStreamImpl
java.lang.Object
org.teavm.classlib.java.util.stream.intimpl.TSimpleIntStreamImpl
org.teavm.classlib.java.util.stream.intimpl.TWrappingIntStreamImpl
- All Implemented Interfaces:
AutoCloseable,TBaseStream<Integer,,TIntStream> TIntStream
- Direct Known Subclasses:
TDistinctIntStreamImpl,TDropWhileIntStream,TFilteringIntStreamImpl,TMappingIntStreamImpl,TPeekingIntStreamImpl,TTakeWhileIntStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TIntStream
TIntStream.Builder, TIntStream.IntMapMultiConsumer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected intbooleannext(IntPredicate consumer) protected abstract IntPredicatewrap(IntPredicate consumer) Methods inherited from class org.teavm.classlib.java.util.stream.intimpl.TSimpleIntStreamImpl
allMatch, anyMatch, asDoubleStream, asLongStream, average, boxed, collect, count, distinct, dropWhile, 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, unorderedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.classlib.java.util.stream.TIntStream
mapMulti
-
Constructor Details
-
TWrappingIntStreamImpl
-
-
Method Details
-
next
- Specified by:
nextin classTSimpleIntStreamImpl
-
wrap
-
estimateSize
protected int estimateSize()- Overrides:
estimateSizein classTSimpleIntStreamImpl
-
close
- Specified by:
closein interfaceAutoCloseable- Overrides:
closein classTSimpleIntStreamImpl- Throws:
Exception
-