Class TMappingLongStreamImpl
java.lang.Object
org.teavm.classlib.java.util.stream.longimpl.TSimpleLongStreamImpl
org.teavm.classlib.java.util.stream.longimpl.TWrappingLongStreamImpl
org.teavm.classlib.java.util.stream.longimpl.TMappingLongStreamImpl
- 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
ConstructorsConstructorDescriptionTMappingLongStreamImpl(TSimpleLongStreamImpl sourceStream, LongUnaryOperator mapper)
-
Method Summary
Modifier and TypeMethodDescriptionlong
count()
protected LongPredicate
wrap(LongPredicate consumer)
Methods inherited from class org.teavm.classlib.java.util.stream.longimpl.TWrappingLongStreamImpl
close, estimateSize, next
Methods inherited from class org.teavm.classlib.java.util.stream.longimpl.TSimpleLongStreamImpl
allMatch, anyMatch, asDoubleStream, average, boxed, collect, distinct, 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
-
TMappingLongStreamImpl
-
-
Method Details
-
wrap
- Specified by:
wrap
in classTWrappingLongStreamImpl
-
count
public long count()- Specified by:
count
in interfaceTLongStream
- Overrides:
count
in classTSimpleLongStreamImpl
-