public class TMappingLongStreamImpl extends TWrappingLongStreamImpl
TLongStream.Builder
Constructor and Description |
---|
TMappingLongStreamImpl(TSimpleLongStreamImpl sourceStream,
LongUnaryOperator mapper) |
Modifier and Type | Method and Description |
---|---|
long |
count() |
protected LongPredicate |
wrap(LongPredicate consumer) |
close, estimateSize, next
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder, concat, empty, generate, iterate, of, of, range, rangeClosed
public TMappingLongStreamImpl(TSimpleLongStreamImpl sourceStream, LongUnaryOperator mapper)
protected LongPredicate wrap(LongPredicate consumer)
wrap
in class TWrappingLongStreamImpl
public long count()
count
in interface TLongStream
count
in class TSimpleLongStreamImpl
Copyright © 2019. All rights reserved.