Class TWrappingDoubleStreamImpl
java.lang.Object
org.teavm.classlib.java.util.stream.doubleimpl.TSimpleDoubleStreamImpl
org.teavm.classlib.java.util.stream.doubleimpl.TWrappingDoubleStreamImpl
- All Implemented Interfaces:
AutoCloseable,TBaseStream<Double,,TDoubleStream> TDoubleStream
- Direct Known Subclasses:
TDistinctDoubleStreamImpl,TDropWhileDoubleStream,TFilteringDoubleStreamImpl,TMappingDoubleStreamImpl,TPeekingDoubleStreamImpl,TTakeWhileDoubleStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TDoubleStream
TDoubleStream.Builder, TDoubleStream.DoubleMapMultiConsumer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected intbooleannext(DoublePredicate consumer) protected abstract DoublePredicatewrap(DoublePredicate consumer) Methods inherited from class org.teavm.classlib.java.util.stream.doubleimpl.TSimpleDoubleStreamImpl
allMatch, anyMatch, average, boxed, collect, count, distinct, dropWhile, filter, findAny, findFirst, flatMap, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToInt, 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.TDoubleStream
mapMulti
-
Constructor Details
-
TWrappingDoubleStreamImpl
-
-
Method Details
-
next
- Specified by:
nextin classTSimpleDoubleStreamImpl
-
wrap
-
estimateSize
protected int estimateSize()- Overrides:
estimateSizein classTSimpleDoubleStreamImpl
-
close
- Specified by:
closein interfaceAutoCloseable- Overrides:
closein classTSimpleDoubleStreamImpl- Throws:
Exception
-