T - collection element typepublic class NutsCollectionStream<T> extends AbstractNutsStream<T>
nutsBase, session| Constructor and Description |
|---|
NutsCollectionStream(net.thevpc.nuts.NutsSession session,
String nutsBase,
Collection<T> o,
Function<net.thevpc.nuts.NutsElements,net.thevpc.nuts.NutsElement> name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
net.thevpc.nuts.NutsIterator<T> |
iterator() |
Stream<T> |
stream() |
List<T> |
toList() |
String |
toString() |
allMatch, coalesce, collect, collect, count, describe, distinct, distinctBy, filter, filter, filter, filter, filterNonBlank, filterNonNull, findAny, findFirst, first, flatMap, flatMapArray, flatMapIter, flatMapList, flatMapStream, flatMapToDouble, flatMapToInt, flatMapToLong, groupBy, groupedBy, last, limit, map, map, map, map, mapUnsafe, max, min, nonBlank, noneMatch, nonNull, required, singleton, sorted, sorted, toArray, toMap, toOrderedMap, toOrderedSet, toSet, toSortedMap, toSortedSetclone, finalize, getClass, notify, notifyAll, wait, wait, waitof, of, of, of, of, of, of, of, of, of, ofEmpty, ofSingletonforEach, spliteratorpublic NutsCollectionStream(net.thevpc.nuts.NutsSession session,
String nutsBase,
Collection<T> o,
Function<net.thevpc.nuts.NutsElements,net.thevpc.nuts.NutsElement> name)
public List<T> toList()
toList in interface net.thevpc.nuts.NutsStream<T>toList in class AbstractNutsStream<T>public Stream<T> stream()
stream in interface net.thevpc.nuts.NutsStream<T>stream in class AbstractNutsStream<T>public net.thevpc.nuts.NutsIterator<T> iterator()
Copyright © 2022 vpc open source initiative. All rights reserved.