T - collection element typepublic class NStreamFromList<T> extends NStreamBase<T>
nutsBase| Constructor and Description |
|---|
NStreamFromList(String nutsBase,
List<T> o) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
net.thevpc.nuts.util.NIterator<T> |
iterator() |
Stream<T> |
stream() |
List<T> |
toList() |
String |
toString() |
allMatch, anyMatch, close, 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()
Copyright © 2025 vpc open source initiative. All rights reserved.