public class TBoxedIntStream extends TSimpleStreamImpl<Integer>
TStream.Builder<T>
Constructor and Description |
---|
TBoxedIntStream(TSimpleIntStreamImpl source) |
Modifier and Type | Method and Description |
---|---|
boolean |
next(Predicate<? super Integer> consumer) |
allMatch, anyMatch, close, collect, collect, count, distinct, estimateSize, 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 TBoxedIntStream(TSimpleIntStreamImpl source)
public boolean next(Predicate<? super Integer> consumer)
next
in class TSimpleStreamImpl<Integer>
Copyright © 2019. All rights reserved.