Class TFilteringIntStreamImpl
java.lang.Object
org.teavm.classlib.java.util.stream.intimpl.TSimpleIntStreamImpl
org.teavm.classlib.java.util.stream.intimpl.TWrappingIntStreamImpl
org.teavm.classlib.java.util.stream.intimpl.TFilteringIntStreamImpl
- All Implemented Interfaces:
AutoCloseable
,TBaseStream<Integer,TIntStream>
,TIntStream
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.teavm.classlib.java.util.stream.TIntStream
TIntStream.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionTFilteringIntStreamImpl(TSimpleIntStreamImpl innerStream, IntPredicate filter)
-
Method Summary
Methods inherited from class org.teavm.classlib.java.util.stream.intimpl.TWrappingIntStreamImpl
close, estimateSize, next
Methods inherited from class org.teavm.classlib.java.util.stream.intimpl.TSimpleIntStreamImpl
allMatch, anyMatch, asDoubleStream, asLongStream, average, boxed, collect, count, distinct, 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, toArray, unordered
-
Constructor Details
-
TFilteringIntStreamImpl
-
-
Method Details
-
wrap
- Specified by:
wrap
in classTWrappingIntStreamImpl
-