T - collection element typepublic class NStreamFromNIterator<T> extends NStreamBase<T>
nutsBase| Constructor and Description |
|---|
NStreamFromNIterator(String nutsBase,
net.thevpc.nuts.util.NIterator<T> o) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(Object obj) |
int |
hashCode() |
net.thevpc.nuts.util.NIterator<T> |
iterator() |
Stream<T> |
stream() |
List<T> |
toList() |
String |
toString() |
allMatch, anyMatch, coalesce, coalesce, collect, collect, concat, concat, count, describe, distinct, distinctBy, filter, filterNonBlank, filterNonNull, findAny, findFirst, findLast, findSingleton, flatMap, flatMapArray, flatMapIter, flatMapList, flatMapStream, flatMapToDouble, flatMapToInt, flatMapToLong, groupBy, groupedBy, instanceOf, limit, map, mapToDouble, mapToInt, mapToLong, mapUnsafe, mapUnsafe, max, min, nonBlank, noneMatch, nonNull, redescribe, skip, sorted, sorted, toArray, toBooleanArray, toByteArray, toCharArray, toDoubleArray, toFloatArray, toIntArray, toLongArray, toMap, toOrderedMap, toOrderedSet, toSet, toShortArray, toSortedMap, toSortedSetclone, finalize, getClass, notify, notifyAll, wait, wait, waitofArray, ofEmpty, ofIterable, ofIterator, ofOptional, ofOptional, ofSingleton, ofStreamforEach, spliteratorpublic List<T> toList()
toList in interface net.thevpc.nuts.util.NStream<T>toList in class NStreamBase<T>public Stream<T> stream()
stream in interface net.thevpc.nuts.util.NStream<T>stream in class NStreamBase<T>public net.thevpc.nuts.util.NIterator<T> iterator()
public void close()
close in interface AutoCloseableclose in interface net.thevpc.nuts.util.NStream<T>close in class NStreamBase<T>Copyright © 2025 vpc open source initiative. All rights reserved.