public class TPeekingIntStreamImpl extends TWrappingIntStreamImpl
TIntStream.Builder
Constructor and Description |
---|
TPeekingIntStreamImpl(TSimpleIntStreamImpl sourceStream,
IntConsumer elementConsumer) |
Modifier and Type | Method and Description |
---|---|
protected IntPredicate |
wrap(IntPredicate consumer) |
close, estimateSize, next
allMatch, anyMatch, asDoubleStream, asLongStream, average, boxed, collect, count, distinct, filter, findAny, findFirst, flatMap, forEach, forEachOrdered, isParallel, iterator, limit, map, mapToDouble, mapToLong, mapToObj, max, min, noneMatch, onClose, parallel, peek, reduce, reduce, sequential, skip, sorted, spliterator, sum, toArray, unordered
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
builder, concat, empty, generate, iterate, of, of, range, rangeClosed
public TPeekingIntStreamImpl(TSimpleIntStreamImpl sourceStream, IntConsumer elementConsumer)
protected IntPredicate wrap(IntPredicate consumer)
wrap
in class TWrappingIntStreamImpl
Copyright © 2019. All rights reserved.