public class NStreamWithDescription<T> extends NStreamDelegate<T>
| Constructor and Description |
|---|
NStreamWithDescription(NStreamBase<T> base,
Supplier<NElement> description) |
| Modifier and Type | Method and Description |
|---|---|
NStream<T> |
baseStream() |
void |
close() |
NElement |
describe() |
NIterator<T> |
iterator() |
NStream<T> |
redescribe(Supplier<NElement> description) |
allMatch, anyMatch, 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, instanceOf, limit, map, mapToDouble, mapToInt, mapToLong, mapUnsafe, mapUnsafe, max, min, nonBlank, noneMatch, nonNull, skip, sorted, sorted, spliterator, stream, toArray, toBooleanArray, toByteArray, toCharArray, toDoubleArray, toFloatArray, toIntArray, toList, toLongArray, toMap, toOrderedMap, toOrderedSet, toSet, toShortArray, toSortedMap, toSortedSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitofArray, ofArray, ofArray, ofArray, ofArray, ofArray, ofArray, ofArray, ofEmpty, ofIterable, ofIterator, ofOptional, ofOptional, ofSingleton, ofStreampublic NStreamWithDescription(NStreamBase<T> base, Supplier<NElement> description)
public NStream<T> baseStream()
baseStream in class NStreamDelegate<T>public NStream<T> redescribe(Supplier<NElement> description)
redescribe in interface NElementRedescribable<NStream<T>>redescribe in class NStreamDelegate<T>public NElement describe()
describe in interface NElementDescribabledescribe in class NStreamDelegate<T>public void close()
close in interface AutoCloseableclose in interface NStream<T>close in class NStreamDelegate<T>Copyright © 2025 vpc open source initiative. All rights reserved.