public class TDistinctStreamImpl<T> extends TWrappingStreamImpl<T,T>
TStream.Builder<T>
Constructor and Description |
---|
TDistinctStreamImpl(TSimpleStreamImpl<T> innerStream) |
Modifier and Type | Method and Description |
---|---|
protected Predicate<T> |
wrap(Predicate<? super T> consumer) |
close, estimateSize, next
allMatch, anyMatch, collect, collect, count, distinct, filter, findAny, findFirst, flatMap, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, reduce, sequential, skip, sorted, sorted, spliterator, toArray, toArray, unordered
public TDistinctStreamImpl(TSimpleStreamImpl<T> innerStream)
Copyright © 2019. All rights reserved.