T - Type of contained elementspublic interface NaryStream<T> extends Stream<T>
Stream.Builder<T>| Modifier and Type | Method and Description |
|---|---|
Nary<T> |
distinct() |
Nary<T> |
filter(Predicate<? super T> predicate) |
<R> Nary<R> |
flatMap(Function<? super T,? extends Stream<? extends R>> mapper) |
Nary<T> |
limit(long maxSize) |
<R> Nary<R> |
map(Function<? super T,? extends R> mapper) |
Nary<T> |
peek(Consumer<? super T> action) |
Nary<T> |
skip(long n) |
Nary<T> |
sorted() |
Nary<T> |
sorted(Comparator<? super T> comparator) |
allMatch, anyMatch, builder, collect, collect, concat, count, empty, findAny, findFirst, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, forEachOrdered, generate, iterate, mapToDouble, mapToInt, mapToLong, max, min, noneMatch, of, of, reduce, reduce, reduce, toArray, toArrayclose, isParallel, iterator, onClose, parallel, sequential, spliterator, unorderedCopyright © 2020. All rights reserved.