public class TPeekingStreamImpl<T> extends TWrappingStreamImpl<T,T>
TStream.Builder<T>
Constructor and Description |
---|
TPeekingStreamImpl(TSimpleStreamImpl<T> sourceStream,
Consumer<? super T> elementConsumer) |
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
Copyright © 2019. All rights reserved.