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