public class TMappingDoubleStreamImpl extends TWrappingDoubleStreamImpl
TDoubleStream.Builder
Constructor and Description |
---|
TMappingDoubleStreamImpl(TSimpleDoubleStreamImpl sourceStream,
DoubleUnaryOperator mapper) |
Modifier and Type | Method and Description |
---|---|
long |
count() |
protected DoublePredicate |
wrap(DoublePredicate consumer) |
close, estimateSize, next
allMatch, anyMatch, average, boxed, collect, distinct, 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, toArray, unordered
public TMappingDoubleStreamImpl(TSimpleDoubleStreamImpl sourceStream, DoubleUnaryOperator mapper)
protected DoublePredicate wrap(DoublePredicate consumer)
wrap
in class TWrappingDoubleStreamImpl
public long count()
count
in interface TDoubleStream
count
in class TSimpleDoubleStreamImpl
Copyright © 2019. All rights reserved.