public class NScorableNScorableQueryImpl<T extends net.thevpc.nuts.util.NScorable> extends Object implements net.thevpc.nuts.util.NScorableQuery<T>
| Constructor and Description |
|---|
NScorableNScorableQueryImpl(net.thevpc.nuts.util.NScorableContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
all() |
net.thevpc.nuts.util.NOptional<T> |
best() |
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.util.NScoredValue<T>> |
bestResult() |
net.thevpc.nuts.util.NScorableQuery<T> |
fromIterable(Iterable<T> source) |
net.thevpc.nuts.util.NScorableQuery<T> |
fromIterableOfSuppliers(Iterable<Supplier<T>> source) |
net.thevpc.nuts.util.NScorableQuery<T> |
fromIterator(Iterator<T> source) |
net.thevpc.nuts.util.NScorableQuery<T> |
fromIteratorOfSuppliers(Iterator<Supplier<T>> source) |
net.thevpc.nuts.util.NScorableQuery<T> |
fromSingleton(T source) |
net.thevpc.nuts.util.NScorableQuery<T> |
fromSingletonSupplier(Supplier<T> source) |
net.thevpc.nuts.util.NScorableQuery<T> |
fromStream(net.thevpc.nuts.util.NStream<T> source) |
net.thevpc.nuts.util.NScorableQuery<T> |
fromStream(Stream<T> source) |
net.thevpc.nuts.util.NScorableQuery<T> |
fromStreamOfSuppliers(net.thevpc.nuts.util.NStream<Supplier<T>> source) |
net.thevpc.nuts.util.NScorableQuery<T> |
fromStreamOfSuppliers(Stream<Supplier<T>> source) |
List<net.thevpc.nuts.util.NScoredValue<T>> |
getResults() |
NScorableNScorableQueryImpl<T> |
withContext(net.thevpc.nuts.util.NScorableContext context) |
net.thevpc.nuts.util.NScorableQuery<T> |
withEmptyMessage(Supplier<net.thevpc.nuts.text.NMsg> source) |
net.thevpc.nuts.util.NScorableQuery<T> |
withName(net.thevpc.nuts.text.NMsg source) |
net.thevpc.nuts.util.NScorableQuery<T> |
withName(Supplier<net.thevpc.nuts.text.NMsg> source) |
public NScorableNScorableQueryImpl(net.thevpc.nuts.util.NScorableContext context)
public NScorableNScorableQueryImpl<T> withContext(net.thevpc.nuts.util.NScorableContext context)
withContext in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> fromStreamOfSuppliers(Stream<Supplier<T>> source)
fromStreamOfSuppliers in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> fromStream(Stream<T> source)
fromStream in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> fromSingleton(T source)
fromSingleton in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> fromSingletonSupplier(Supplier<T> source)
fromSingletonSupplier in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> fromStreamOfSuppliers(net.thevpc.nuts.util.NStream<Supplier<T>> source)
fromStreamOfSuppliers in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> fromStream(net.thevpc.nuts.util.NStream<T> source)
fromStream in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> fromIterable(Iterable<T> source)
fromIterable in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> fromIterator(Iterator<T> source)
fromIterator in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> fromIterableOfSuppliers(Iterable<Supplier<T>> source)
fromIterableOfSuppliers in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> fromIteratorOfSuppliers(Iterator<Supplier<T>> source)
fromIteratorOfSuppliers in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> withName(net.thevpc.nuts.text.NMsg source)
withName in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> withName(Supplier<net.thevpc.nuts.text.NMsg> source)
withName in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NScorableQuery<T> withEmptyMessage(Supplier<net.thevpc.nuts.text.NMsg> source)
withEmptyMessage in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public List<T> all()
all in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>public net.thevpc.nuts.util.NOptional<T> best()
best in interface net.thevpc.nuts.util.NScorableQuery<T extends net.thevpc.nuts.util.NScorable>Copyright © 2026 vpc open source initiative. All rights reserved.