public class LazyNScoredValueImpl<T> extends Object implements NScoredValue<T>
| Constructor and Description |
|---|
LazyNScoredValueImpl(Supplier<NScorable> scorerSupplier,
Supplier<T> instanceSupplier,
NScorableContext supportCriteria,
Class<? extends T> implType,
Class<T> apiType) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getApiType() |
Class<? extends T> |
getImplType() |
int |
score() |
T |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisValidpublic Class<? extends T> getImplType()
getImplType in interface NScoredValue<T>public Class<T> getApiType()
getApiType in interface NScoredValue<T>public T value()
value in interface NScoredValue<T>public int score()
score in interface NScoredValue<T>Copyright © 2026 vpc open source initiative. All rights reserved.