public class LazyNScoredValueImpl<T> extends Object implements net.thevpc.nuts.util.NScoredValue<T>
| Constructor and Description |
|---|
LazyNScoredValueImpl(Supplier<net.thevpc.nuts.util.NScorable> scorerSupplier,
Supplier<T> instanceSupplier,
net.thevpc.nuts.util.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() |
public Class<? extends T> implType()
implType in interface net.thevpc.nuts.util.NScoredValue<T>public Class<T> apiType()
apiType in interface net.thevpc.nuts.util.NScoredValue<T>public int score()
score in interface net.thevpc.nuts.util.NScoredValue<T>Copyright © 2026 vpc open source initiative. All rights reserved.