public class TIterateIntStream extends TSimpleIntStreamImpl
TIntStream.Builder
Constructor and Description |
---|
TIterateIntStream(int value,
IntUnaryOperator f) |
Modifier and Type | Method and Description |
---|---|
boolean |
next(IntPredicate consumer) |
allMatch, anyMatch, asDoubleStream, asLongStream, average, boxed, close, collect, count, distinct, estimateSize, 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 TIterateIntStream(int value, IntUnaryOperator f)
public boolean next(IntPredicate consumer)
next
in class TSimpleIntStreamImpl
Copyright © 2019. All rights reserved.