public class NStreamWithDescription<T> extends NStreamDelegate<T>
| Constructor and Description |
|---|
NStreamWithDescription(NStreamBase<T> base,
NEDesc description) |
| Modifier and Type | Method and Description |
|---|---|
NStream<T> |
baseStream() |
void |
close() |
NElement |
describe() |
NIterator<T> |
iterator() |
NStream<T> |
withDesc(NEDesc description) |
allMatch, coalesce, coalesce, collect, collect, concat, concat, count, distinct, distinctBy, filter, filterNonBlank, filterNonNull, findAny, findFirst, findLast, findSingleton, flatMap, flatMapArray, flatMapIter, flatMapList, flatMapStream, flatMapToDouble, flatMapToInt, flatMapToLong, forEach, groupBy, groupedBy, limit, map, mapUnsafe, mapUnsafe, max, min, nonBlank, noneMatch, nonNull, sorted, sorted, spliterator, stream, toArray, toList, toMap, toOrderedMap, toOrderedSet, toSet, toSortedMap, toSortedSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofArray, ofEmpty, ofIterable, ofIterator, ofOptional, ofOptional, ofSingleton, ofStreampublic NStreamWithDescription(NStreamBase<T> base, NEDesc description)
public NStream<T> baseStream()
baseStream in class NStreamDelegate<T>public NStream<T> withDesc(NEDesc description)
withDesc in interface NElementDescribable<NStream<T>>withDesc in class NStreamDelegate<T>public NElement describe()
describe in interface NElementDescribable<NStream<T>>describe in class NStreamDelegate<T>public void close()
Copyright © 2025 vpc open source initiative. All rights reserved.