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> |
apiType() |
Class<? extends T> |
implType() |
int |
score() |
String |
toString() |
T |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisValidpublic Class<? extends T> implType()
implType in interface NScoredValue<T>public Class<T> apiType()
apiType 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.