public class TGenerateStream<T> extends TSimpleStreamImpl<T>
TStream.Builder<T>
Constructor and Description |
---|
TGenerateStream(Supplier<T> s) |
Modifier and Type | Method and Description |
---|---|
boolean |
next(Predicate<? super T> 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
Copyright © 2019. All rights reserved.