public class DefaultNCollectionsRPI extends Object implements net.thevpc.nuts.reserved.rpi.NCollectionsRPI
| Constructor and Description |
|---|
DefaultNCollectionsRPI() |
| Modifier and Type | Method and Description |
|---|---|
<T> net.thevpc.nuts.util.NStream<T> |
arrayToStream(T[] str) |
<T> net.thevpc.nuts.util.NIterator<T> |
emptyIterator() |
<T> net.thevpc.nuts.util.NStream<T> |
emptyStream() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
<T> net.thevpc.nuts.util.NStream<T> |
iterableToStream(Iterable<T> str) |
<T> net.thevpc.nuts.util.NStream<T> |
iteratorToStream(Iterator<T> str) |
<T> net.thevpc.nuts.util.NStream<T> |
optionalToStream(net.thevpc.nuts.util.NOptional<T> item) |
<T> net.thevpc.nuts.util.NStream<T> |
optionalToStream(Optional<T> item) |
<T> net.thevpc.nuts.util.NIterable<T> |
toIterable(Iterable<T> o) |
<T> net.thevpc.nuts.util.NIterator<T> |
toIterator(Iterator<T> str) |
<T> net.thevpc.nuts.util.NStream<T> |
toStream(Stream<T> str) |
public int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentpublic <T> net.thevpc.nuts.util.NStream<T> arrayToStream(T[] str)
arrayToStream in interface net.thevpc.nuts.reserved.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> iterableToStream(Iterable<T> str)
iterableToStream in interface net.thevpc.nuts.reserved.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> iteratorToStream(Iterator<T> str)
iteratorToStream in interface net.thevpc.nuts.reserved.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> toStream(Stream<T> str)
toStream in interface net.thevpc.nuts.reserved.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> emptyStream()
emptyStream in interface net.thevpc.nuts.reserved.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> emptyIterator()
emptyIterator in interface net.thevpc.nuts.reserved.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterator<T> toIterator(Iterator<T> str)
toIterator in interface net.thevpc.nuts.reserved.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NIterable<T> toIterable(Iterable<T> o)
toIterable in interface net.thevpc.nuts.reserved.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> optionalToStream(Optional<T> item)
optionalToStream in interface net.thevpc.nuts.reserved.rpi.NCollectionsRPIpublic <T> net.thevpc.nuts.util.NStream<T> optionalToStream(net.thevpc.nuts.util.NOptional<T> item)
optionalToStream in interface net.thevpc.nuts.reserved.rpi.NCollectionsRPICopyright © 2025 vpc open source initiative. All rights reserved.