public class TDistinctDoubleStreamImpl extends TWrappingDoubleStreamImpl
TDoubleStream.Builder
Constructor and Description |
---|
TDistinctDoubleStreamImpl(TSimpleDoubleStreamImpl innerStream) |
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 TDistinctDoubleStreamImpl(TSimpleDoubleStreamImpl innerStream)
protected DoublePredicate wrap(DoublePredicate consumer)
wrap
in class TWrappingDoubleStreamImpl
Copyright © 2019. All rights reserved.