public class NStreamWithDescription<T> extends NStreamDelegate<T>
| Constructor and Description |
|---|
NStreamWithDescription(NStreamBase<T> base,
Supplier<net.thevpc.nuts.elem.NElement> description) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.util.NStream<T> |
baseStream() |
void |
close() |
net.thevpc.nuts.elem.NElement |
describe() |
net.thevpc.nuts.util.NIterator<T> |
iterator() |
net.thevpc.nuts.util.NStream<T> |
redescribe(Supplier<net.thevpc.nuts.elem.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, toSortedSetpublic NStreamWithDescription(NStreamBase<T> base, Supplier<net.thevpc.nuts.elem.NElement> description)
public net.thevpc.nuts.util.NStream<T> baseStream()
baseStream in class NStreamDelegate<T>public net.thevpc.nuts.util.NStream<T> redescribe(Supplier<net.thevpc.nuts.elem.NElement> description)
redescribe in interface net.thevpc.nuts.elem.NElementRedescribable<net.thevpc.nuts.util.NStream<T>>redescribe in class NStreamDelegate<T>public net.thevpc.nuts.util.NIterator<T> iterator()
public net.thevpc.nuts.elem.NElement describe()
describe in interface net.thevpc.nuts.elem.NElementDescribable<net.thevpc.nuts.util.NStream<T>>describe in class NStreamDelegate<T>public void close()
close in interface AutoCloseableclose in interface net.thevpc.nuts.util.NStream<T>close in class NStreamDelegate<T>Copyright © 2025 vpc open source initiative. All rights reserved.